>From 07ff859873cde159b9c4134810c776549304e3d4 Mon Sep 17 00:00:00 2001
From: Rodolfo García Peñas (kix) <[email protected]>
Date: Wed, 25 Jan 2012 09:15:44 +0100
Subject: [PATCH 2/3] WindowMaker: removed WMPropList because are not used

The variables WMPropList are not used, then can be removed.
---
 src/main.c      |    3 ---
 src/wdefaults.c |    5 -----
 2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/main.c b/src/main.c
index c17dcef..9fc9976 100644
--- a/src/main.c
+++ b/src/main.c
@@ -79,9 +79,6 @@ int wScreenCount = 0;
 
 WPreferences wPreferences;
 
-WMPropList *wDomainName;
-WMPropList *wAttributeDomainName;
-
 WShortKey wKeyBindings[WKBD_LAST];
 
 /* defaults domains */
diff --git a/src/wdefaults.c b/src/wdefaults.c
index eba2573..8df9dc8 100644
--- a/src/wdefaults.c
+++ b/src/wdefaults.c
@@ -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,
-- 
1.7.2.3


--
To unsubscribe, send mail to [email protected].

Reply via email to