diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-11 23:01:20 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-11 23:02:13 -0800 |
commit | 26a18245264f88214101fef27f4acc7806a469a4 (patch) | |
tree | 7db9a3c7f7bd78de20ace725941f0f0616f7f737 | |
parent | af2cc5bc2e13a61e6ab3d495d3edb34d94a42964 (diff) |
Remove extra definition of ScopeEnabled from x11.h
It's already defined in scope.h, which is more widely #included and
a more logical home for it.
Clears a bunch of gcc warnings of:
scope.h:125:13: warning: redundant redeclaration of ‘ScopeEnabled’
x11.h:266:13: note: previous declaration of ‘ScopeEnabled’ was here
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | x11.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -263,8 +263,6 @@ #define MaxTypes 256 -extern char ScopeEnabled; - /* ************************************************************ */ /* */ /* */ |