From 73eaddfa3a02734c0a7c7d23724b745b0920ef33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Wed, 25 Jan 2012 09:04:41 +0100 Subject: [PATCH] Make ProgName a local variable ProgName in WindowMaker.h is not needed because this variable is used only in main.c --- src/WindowMaker.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WindowMaker.h b/src/WindowMaker.h index 9e2c5f4e..5168910e 100644 --- a/src/WindowMaker.h +++ b/src/WindowMaker.h @@ -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;