>From 34cf8d662fb3f3ff16205c3b0baaa7d171ae1f0a Mon Sep 17 00:00:00 2001
From: Rodolfo García Peñas (kix) <[email protected]>
Date: Wed, 25 Jan 2012 07:32:15 +0100
Subject: [PATCH 19/24] WindowMaker: removed WMPropList because are not used
The variables WMPropList are not used, then can be removed.
---
src/main.c | 3 ---
src/wdefaults.c | 9 ---------
2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/main.c b/src/main.c
index ee91ee3..3f0d8df 100644
--- a/src/main.c
+++ b/src/main.c
@@ -62,9 +62,6 @@
/* general info */
char *ProgName;
-WMPropList *wDomainName;
-WMPropList *wAttributeDomainName;
-
WShortKey wKeyBindings[WKBD_LAST];
/* special flags */
diff --git a/src/wdefaults.c b/src/wdefaults.c
index b72ddc4..ff6035c 100644
--- a/src/wdefaults.c
+++ b/src/wdefaults.c
@@ -42,11 +42,6 @@
#include "defaults.h"
#include "icon.h"
-/* Global stuff */
-extern WMPropList *wAttributeDomainName;
-
-/* Local stuff */
-
/* type converters */
static int getBool(WMPropList *, WMPropList *);
static char *getString(WMPropList *, WMPropList *);
@@ -122,10 +117,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
--
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/
>From 34cf8d662fb3f3ff16205c3b0baaa7d171ae1f0a Mon Sep 17 00:00:00 2001
From: Rodolfo GarcÃa Peñas (kix) <[email protected]>
Date: Wed, 25 Jan 2012 07:32:15 +0100
Subject: [PATCH 19/24] WindowMaker: removed WMPropList because are not used
The variables WMPropList are not used, then can be removed.
---
src/main.c | 3 ---
src/wdefaults.c | 9 ---------
2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/main.c b/src/main.c
index ee91ee3..3f0d8df 100644
--- a/src/main.c
+++ b/src/main.c
@@ -62,9 +62,6 @@
/* general info */
char *ProgName;
-WMPropList *wDomainName;
-WMPropList *wAttributeDomainName;
-
WShortKey wKeyBindings[WKBD_LAST];
/* special flags */
diff --git a/src/wdefaults.c b/src/wdefaults.c
index b72ddc4..ff6035c 100644
--- a/src/wdefaults.c
+++ b/src/wdefaults.c
@@ -42,11 +42,6 @@
#include "defaults.h"
#include "icon.h"
-/* Global stuff */
-extern WMPropList *wAttributeDomainName;
-
-/* Local stuff */
-
/* type converters */
static int getBool(WMPropList *, WMPropList *);
static char *getString(WMPropList *, WMPropList *);
@@ -122,10 +117,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