remove old cruft
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user