summaryrefslogtreecommitdiffstats
path: root/src/vt100.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 17:10:58 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 17:10:58 -0400
commit801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb (patch)
tree9f30308b9df0a872ff95f68e4ebe3d070fd1fef6 /src/vt100.h
parent858dfa5e53f2068b0b88eb5ebdaef5afc5f0301d (diff)
downloadlibvt100-801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb.tar.gz
libvt100-801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb.zip
hide the parser state
this shouldn't be public (none of the parser stuff should be), but the way i was doing before with redefining certain types from parser.h was causing warnings on clang.
Diffstat (limited to 'src/vt100.h')
-rw-r--r--src/vt100.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vt100.h b/src/vt100.h
index 12bbb7c..a3429ef 100644
--- a/src/vt100.h
+++ b/src/vt100.h
@@ -7,6 +7,4 @@ typedef struct vt100_screen VT100Screen;
#include "screen.h"
-#define UNUSED(x) ((void)x)
-
#endif