remove unused macros

This commit is contained in:
Jaime Passos 2019-09-24 19:54:16 -03:00
parent a197449854
commit c7f6db5c07
1 changed files with 0 additions and 5 deletions

View File

@ -26,11 +26,6 @@ typedef struct
fpoint_t a, b;
} fline_t;
// Used by ST StatusBar stuff.
#define AM_MSGHEADER (('a'<<24)+('m'<<16))
#define AM_MSGENTERED (AM_MSGHEADER | ('e'<<8))
#define AM_MSGEXITED (AM_MSGHEADER | ('x'<<8))
extern boolean am_recalc; // true if screen size changes
extern boolean automapactive; // In AutoMap mode?