aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-06-30 15:59:30 (GMT)
committermarkt <markt>2006-06-30 15:59:30 (GMT)
commita14c322dcbbc7330b6933230168d34411f7ac63b (patch)
treed2b6a593621e4240ad68a61294a454f9f0d66940 /src/fluxbox.hh
parent91ab82513b7638825ca7231fa35f52f66f5aaed3 (diff)
downloadfluxbox-a14c322dcbbc7330b6933230168d34411f7ac63b.zip
fluxbox-a14c322dcbbc7330b6933230168d34411f7ac63b.tar.bz2
more dead functions
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 5337ad9..2a113e5 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -151,8 +151,6 @@ public:
151 151
152 void shutdown(); 152 void shutdown();
153 void load_rc(BScreen &scr); 153 void load_rc(BScreen &scr);
154 void loadRootCommand(BScreen &scr);
155 void loadTitlebar();
156 void saveStyleFilename(const char *val) { m_rc_stylefile = (val == 0 ? "" : val); } 154 void saveStyleFilename(const char *val) { m_rc_stylefile = (val == 0 ? "" : val); }
157 void saveStyleOverlayFilename(const char *val) { m_rc_styleoverlayfile = (val == 0 ? "" : val); } 155 void saveStyleOverlayFilename(const char *val) { m_rc_styleoverlayfile = (val == 0 ? "" : val); }
158 void saveMenuFilename(const char *); 156 void saveMenuFilename(const char *);