From af3102e8db25d525d66d9f02b54c5cfb44c05373 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 3 Apr 2000 12:14:38 +0000 Subject: (NUM_MOUSE_BUTTONS): Removed. --- src/termhooks.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/termhooks.h') 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 -- cgit v1.2.1