summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console-client/xkb/compose.c2
-rw-r--r--console-client/xkb/xkb.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/console-client/xkb/compose.c b/console-client/xkb/compose.c
index 5e8352f0..e86b5799 100644
--- a/console-client/xkb/compose.c
+++ b/console-client/xkb/compose.c
@@ -26,8 +26,6 @@
#include <ctype.h>
#include <string.h>
-#define NoSymbol 0
-
/* Tokens that can be recognised by the scanner. */
enum tokentype
{
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c
index a63d1ba0..0b439134 100644
--- a/console-client/xkb/xkb.c
+++ b/console-client/xkb/xkb.c
@@ -42,8 +42,6 @@
-#define NoSymbol 0
-
/* The converter. */
extern iconv_t cd;