summaryrefslogtreecommitdiff
path: root/src/config.hh
diff options
context:
space:
mode:
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();
};