summaryrefslogtreecommitdiff
path: root/redo/area_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/area_unix.go')
-rw-r--r--redo/area_unix.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/area_unix.go b/redo/area_unix.go
index e664724..3c2a62e 100644
--- a/redo/area_unix.go
+++ b/redo/area_unix.go
@@ -388,10 +388,6 @@ func our_area_focus_callback(widget *C.GtkWidget, direction C.GtkDirectionType,
// this event indicates entering focus; always allow it
return continueEventChain
}
- a := (*area)(unsafe.Pointer(data))
- if a.handler.Defocuses() {
- return continueEventChain
- }
return stopEventChain
}