1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

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-25 09:04:41 +01:00
committed by Carlos R. Mafra
parent a2c297e6a7
commit 73eaddfa3a

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;