remove old cruft

This commit is contained in:
marschap
2006-04-11 17:27:39 +00:00
parent 19b890f1f3
commit 51dac72a82
-10
View File
@@ -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