From 26a18245264f88214101fef27f4acc7806a469a4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 11 Nov 2011 23:01:20 -0800 Subject: Remove extra definition of ScopeEnabled from x11.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- x11.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'x11.h') diff --git a/x11.h b/x11.h index 90f0e33..b6c0b9f 100644 --- a/x11.h +++ b/x11.h @@ -263,8 +263,6 @@ #define MaxTypes 256 -extern char ScopeEnabled; - /* ************************************************************ */ /* */ /* */ -- cgit v1.2.1