summaryrefslogtreecommitdiff
path: root/redo/area_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-14 09:38:12 -0400
committerPietro Gagliardi <[email protected]>2014-08-14 09:38:12 -0400
commitc94a9768226947c1fbfdf7201ebde48302cc74f8 (patch)
tree6f7f7dfbffe3ca94fde31aa959b5669069713ce8 /redo/area_unix.go
parentd384df97d0538ac46de936c10a4d4d8b91005b17 (diff)
Cleaned up a bunch of TODOs, moving a few to future plans.
Diffstat (limited to 'redo/area_unix.go')
-rw-r--r--redo/area_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/area_unix.go b/redo/area_unix.go
index 3c2a62e..94cda2e 100644
--- a/redo/area_unix.go
+++ b/redo/area_unix.go
@@ -383,7 +383,6 @@ var modonlykeys = map[C.guint]Modifiers{
//export our_area_focus_callback
func our_area_focus_callback(widget *C.GtkWidget, direction C.GtkDirectionType, data C.gpointer) C.gboolean {
- // TODO figure out how this callback affects keyboard scrolling
if C.gtk_widget_is_focus(widget) == C.FALSE {
// this event indicates entering focus; always allow it
return continueEventChain