mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
text,widget: remove ineffective assignments
Signed-off-by: Serhat Sevki Dincer <jfcgauss@gmail.com>
This commit is contained in:
committed by
Elias Naur
parent
39b1158410
commit
35a8231963
@@ -45,7 +45,6 @@ func (s stringSource) ReadAt(b []byte, offset int64) (int, error) {
|
||||
|
||||
// ReplaceRunes is unimplemented, as a stringSource is immutable.
|
||||
func (s stringSource) ReplaceRunes(byteOffset, runeCount int64, str string) {
|
||||
return
|
||||
}
|
||||
|
||||
// Selectable holds text selection state.
|
||||
|
||||
Reference in New Issue
Block a user