Remove unused REMOVE_EOL macro in keypad.cpp

It conflicts with pre-compiled headers.
This commit is contained in:
Kp 2013-12-05 00:08:58 +00:00
parent 8ecfce07a1
commit accaef2ecb

View file

@ -35,8 +35,6 @@ static int desc_x, desc_y;
static int HotKey[17];
static int HotKey1[17];
#define REMOVE_EOL(s) (*(strstr( (s), "\n" ))='\0')
int ui_pad_get_current()
{
return active_pad;