mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Remove unused variables
This commit is contained in:
committed by
Carlos R. Mafra
parent
31b5ee1a5f
commit
a2c297e6a7
@@ -79,9 +79,6 @@ int wScreenCount = 0;
|
||||
|
||||
WPreferences wPreferences;
|
||||
|
||||
WMPropList *wDomainName;
|
||||
WMPropList *wAttributeDomainName;
|
||||
|
||||
WShortKey wKeyBindings[WKBD_LAST];
|
||||
|
||||
/* defaults domains */
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
|
||||
/* Global stuff */
|
||||
extern WPreferences wPreferences;
|
||||
extern WMPropList *wAttributeDomainName;
|
||||
extern WDDomain *WDWindowAttributes;
|
||||
|
||||
/* Local stuff */
|
||||
@@ -124,10 +123,6 @@ static void init_wdefaults(WScreen * scr)
|
||||
|
||||
AnyWindow = WMCreatePLString("*");
|
||||
No = WMCreatePLString("No");
|
||||
/*
|
||||
if (!scr->wattribs) {
|
||||
scr->wattribs = PLGetDomain(wAttributeDomainName);
|
||||
} */
|
||||
}
|
||||
|
||||
static WMPropList *get_value(WMPropList * dict_win, WMPropList * dict_class, WMPropList * dict_name,
|
||||
|
||||
Reference in New Issue
Block a user