diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/fluxbox.hh | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 2a113e5..0eacc8d 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -152,11 +152,8 @@ public: | |||
152 | void shutdown(); | 152 | void shutdown(); |
153 | void load_rc(BScreen &scr); | 153 | void load_rc(BScreen &scr); |
154 | void saveStyleFilename(const char *val) { m_rc_stylefile = (val == 0 ? "" : val); } | 154 | void saveStyleFilename(const char *val) { m_rc_stylefile = (val == 0 ? "" : val); } |
155 | void saveStyleOverlayFilename(const char *val) { m_rc_styleoverlayfile = (val == 0 ? "" : val); } | ||
156 | void saveMenuFilename(const char *); | 155 | void saveMenuFilename(const char *); |
157 | void clearMenuFilenames(); | 156 | void clearMenuFilenames(); |
158 | void saveTitlebarFilename(const char *); | ||
159 | void saveSlitlistFilename(const char *val) { m_rc_slitlistfile = (val == 0 ? "" : val); } | ||
160 | void saveWindowSearch(Window win, WinClient *winclient); | 157 | void saveWindowSearch(Window win, WinClient *winclient); |
161 | // some windows relate to the group, not the client, so we record separately | 158 | // some windows relate to the group, not the client, so we record separately |
162 | // searchWindow on these windows will give the active client in the group | 159 | // searchWindow on these windows will give the active client in the group |