Skip to content

Commit

Permalink
code editor: remove deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Nov 5, 2024
1 parent 4bc74d9 commit d15f19d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CodeEditor.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func (ce *CodeEditorWidget) Border(border bool) *CodeEditorWidget {
// HasSelection returns true if some text is selected.
func (ce *CodeEditorWidget) HasSelection() bool {
return ce.getState().editor.AnyCursorHasSelection()
return false
}

// GetSelectedText returns selected text.
Expand Down

0 comments on commit d15f19d

Please sign in to comment.