summaryrefslogtreecommitdiffstats
path: root/src/vt100.h
diff options
context:
space:
mode:
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