summaryrefslogtreecommitdiff
path: root/area_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-02 22:10:23 -0400
committerPietro Gagliardi <[email protected]>2014-06-02 22:10:23 -0400
commitb62fd3279fc08c34a97a9bc85395b36962ea0b93 (patch)
treecb089bb8a8acccbbe42f399389187b80f08f9fd7 /area_unix.go
parent99059483a7a5cc1fe14219bb2e5c9a4fba76e4e7 (diff)
Removed a leftover TODO note in area_unix.go.
Diffstat (limited to 'area_unix.go')
-rw-r--r--area_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area_unix.go b/area_unix.go
index 6469bd0..9da50fd 100644
--- a/area_unix.go
+++ b/area_unix.go
@@ -121,7 +121,7 @@ func makeModifiers(state C.guint) (m Modifiers) {
func finishMouseEvent(widget *C.GtkWidget, data C.gpointer, me MouseEvent, mb uint, x C.gdouble, y C.gdouble, state C.guint, gdkwindow *C.GdkWindow) {
var areawidth, areaheight C.gint
- // on GTK+, mouse buttons 4-7 are for scrolling; if we got here, that's a mistake (and see the TODOs on return values below)
+ // on GTK+, mouse buttons 4-7 are for scrolling; if we got here, that's a mistake
if mb >= 4 && mb <= 7 {
return
}