summaryrefslogtreecommitdiff
path: root/eventMouseDrag.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouseDrag.go')
-rw-r--r--eventMouseDrag.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/eventMouseDrag.go b/eventMouseDrag.go
index 137e421..4f4239a 100644
--- a/eventMouseDrag.go
+++ b/eventMouseDrag.go
@@ -23,8 +23,6 @@ import (
// this function uses the mouse position to highlight & unhighlight things
// this is run every time the user moves the mouse over the terminal window
func mouseMove(g *gocui.Gui) {
- me.ok = true // this tells init() it's okay to work with gocui
-
// this runs while the user moves the mouse. this highlights text
// toggle off all highlight views except for whatever is under the mouse
// START HIGHLIGHTING