Skip to content
Snippets Groups Projects
Commit c7f6db5c authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

remove unused macros

parent a1974498
Branches
Tags
No related merge requests found
...@@ -26,11 +26,6 @@ typedef struct ...@@ -26,11 +26,6 @@ typedef struct
fpoint_t a, b; fpoint_t a, b;
} fline_t; } 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 am_recalc; // true if screen size changes
extern boolean automapactive; // In AutoMap mode? extern boolean automapactive; // In AutoMap mode?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment