summaryrefslogtreecommitdiff
path: root/symbols.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-28 20:57:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-28 20:58:29 -0800
commitb4fafc4fa7edc4c04c3c0affae0d7f79a63e8d2f (patch)
treeded2f1ed8257b10751e50e148e2d9e8f9b34de2f /symbols.c
parent3835cae3cb1ad1073cbb2711f938beb878b4986c (diff)
downloadxorg-app-xkbcomp-b4fafc4fa7edc4c04c3c0affae0d7f79a63e8d2f.tar.gz
Delete redundant redeclarations of extern Atoms in symbols.c
Fixes gcc warnings of: symbols.c:43: warning: redundant redeclaration of 'tok_ONE_LEVEL' tokens.h:99: warning: previous declaration of 'tok_ONE_LEVEL' was here symbols.c:44: warning: redundant redeclaration of 'tok_TWO_LEVEL' tokens.h:100: warning: previous declaration of 'tok_TWO_LEVEL' was here symbols.c:45: warning: redundant redeclaration of 'tok_KEYPAD' tokens.h:102: warning: previous declaration of 'tok_KEYPAD' was here Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'symbols.c')
-rw-r--r--symbols.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/symbols.c b/symbols.c
index 625fe96..5547999 100644
--- a/symbols.c
+++ b/symbols.c
@@ -40,10 +40,6 @@
#include "misc.h"
#include "alias.h"
-extern Atom tok_ONE_LEVEL;
-extern Atom tok_TWO_LEVEL;
-extern Atom tok_KEYPAD;
-
/***====================================================================***/
#define RepeatYes 1