summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-04 22:48:38 +0000
committerDana Jansens <danakj@orodu.net>2003-06-04 22:48:38 +0000
commita865fe603fb9843b2f7d7c4db259fd97dc3915b5 (patch)
tree1adefe47e0d1477ddddcc858a4392c3cf7736b21 /plugins/mouse/mouse.h
parentae0d84721d58731feee4888b67e7a1e55cd318b2 (diff)
remove that fancy new leftHanded option, it should be done via xmodmap instead
Diffstat (limited to 'plugins/mouse/mouse.h')
-rw-r--r--plugins/mouse/mouse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mouse/mouse.h b/plugins/mouse/mouse.h
index 83ce9a77..408ae964 100644
--- a/plugins/mouse/mouse.h
+++ b/plugins/mouse/mouse.h
@@ -18,8 +18,6 @@ typedef struct {
GSList *actions[NUM_MOUSEACTION]; /* lists of Action pointers */
} MouseBinding;
-extern gboolean mouse_lefthand;
-
gboolean mbind(char *buttonstr, char *contextstr, MouseAction mact,
Action *action);