summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouse.h
diff options
context:
space:
mode:
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);