Make ProgName a local variable

ProgName in WindowMaker.h is not needed because this variable is used only
in main.c
This commit is contained in:
Rodolfo García Peñas (kix)
2012-01-28 14:55:49 +00:00
committed by Carlos R. Mafra
parent a2c297e6a7
commit 73eaddfa3a
-1
View File
@@ -445,7 +445,6 @@ typedef struct WPreferences {
/****** Global Variables ******/
extern Display *dpy;
extern char *ProgName;
extern unsigned int ValidModMask;
extern char WProgramState;
extern char WProgramSigState;