diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-03 12:19:31 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-03 12:19:31 +0000 |
commit | 587a49abfbb988ea16cc2b6dcad3b532fabd27ff (patch) | |
tree | 3bf36a956cb6c76c323224147e02136f312d0d14 /src/termhooks.h | |
parent | fa7dad5bfc46028b557dd43d6e0d7fe50c21c5a4 (diff) | |
download | emacs-587a49abfbb988ea16cc2b6dcad3b532fabd27ff.tar.gz |
(NUM_MOUSE_BUTTONS): Removed.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index cd7476b93c9..b6050cde256 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -363,9 +363,6 @@ extern int (*read_socket_hook) P_ ((int, struct input_event *, int, int)); /* Called when a frame's display becomes entirely up to date. */ extern void (*frame_up_to_date_hook) P_ ((struct frame *)); -/* This is used in keyboard.c, to tell how many buttons we will need - to track the positions of. */ -#define NUM_MOUSE_BUTTONS 15 /* Bits in the modifiers member of the input_event structure. Note that reorder_modifiers assumes that the bits are in canonical |