summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--area_darwin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/area_darwin.go b/area_darwin.go
index a2f2361..bd51f61 100644
--- a/area_darwin.go
+++ b/area_darwin.go
@@ -183,7 +183,6 @@ func areaMouseEvent(self C.id, e C.id, click bool, up bool) {
if which != 3 && (held & 2) != 0 { // button 3
me.Held = append(me.Held, 3)
}
- // TODO remove this part?
held >>= 3
for i := uint(4); held != 0; i++ {
if which != i && (held & 1) != 0 {