summaryrefslogtreecommitdiff
path: root/src/config.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-15 12:47:05 +0000
committerDana Jansens <danakj@orodu.net>2003-02-15 12:47:05 +0000
commitfd7668947091b11c9d9d5775edf5f414e4be6173 (patch)
tree8ef58cb6ea5717998edf459220374e8474b83070 /src/config.hh
parentd2dcef46752df01312cbb3c5a89b3227c6959087 (diff)
dont provide a default icon in the python stuff, itll come from the style
Diffstat (limited to 'src/config.hh')
-rw-r--r--src/config.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.hh b/src/config.hh
index cfa0adc5..f0205509 100644
--- a/src/config.hh
+++ b/src/config.hh
@@ -21,11 +21,6 @@ struct Config {
long drag_threshold;
long num_desktops;
- unsigned long *default_icon;
- long icon_w;
- long icon_h;
- long icon_length;
-
Config();
~Config();
};