diff --git a/server/input.h b/server/input.h index e69b241..1abe398 100644 --- a/server/input.h +++ b/server/input.h @@ -18,16 +18,6 @@ /* Accepts and uses keypad input while displaying screens... */ int handle_input (); -/* These defines should be used by drivers for version 0.4.3 of LCDproc - * as return values for _getkey(). - * You should not change these values, as some drivers still return - * A, B, C; D directly without using these defines! - */ -#define INPUT_PAUSE_KEY 'A' -#define INPUT_BACK_KEY 'B' -#define INPUT_FORWARD_KEY 'C' -#define INPUT_MAIN_MENU_KEY 'D' - #ifndef bool # define bool short # define true 1