From b62fd3279fc08c34a97a9bc85395b36962ea0b93 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 2 Jun 2014 22:10:23 -0400 Subject: [PATCH] Removed a leftover TODO note in area_unix.go. --- area_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }