Remove unneeded extern's in .c files

They were not being used in those files, so let's remove them.
This commit is contained in:
Carlos R. Mafra
2010-04-14 18:39:28 +02:00
parent 4041278f48
commit 0350b8445a
14 changed files with 3 additions and 70 deletions
-7
View File
@@ -69,18 +69,11 @@
#endif
/***** Global *****/
extern WDDomain *WDWindowMaker;
extern WDDomain *WDWindowAttributes;
extern WDDomain *WDRootMenu;
extern int wScreenCount;
extern Atom _XA_WINDOWMAKER_ICON_SIZE;
extern Atom _XA_WINDOWMAKER_ICON_TILE;
extern WPreferences wPreferences;
extern WShortKey wKeyBindings[WKBD_LAST];
typedef struct {