diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 625a906..82ff76d 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -135,9 +135,6 @@ public: | |||
135 | unsigned int getCacheMax() const { return *m_rc_cache_max; } | 135 | unsigned int getCacheMax() const { return *m_rc_cache_max; } |
136 | 136 | ||
137 | 137 | ||
138 | unsigned int getModKey() const; | ||
139 | void setModKey(const char*); | ||
140 | |||
141 | void maskWindowEvents(Window w, FluxboxWindow *bw) | 138 | void maskWindowEvents(Window w, FluxboxWindow *bw) |
142 | { m_masked = w; m_masked_window = bw; } | 139 | { m_masked = w; m_masked_window = bw; } |
143 | 140 | ||
@@ -246,7 +243,6 @@ private: | |||
246 | FbTk::Resource<TabsAttachArea> m_rc_tabs_attach_area; | 243 | FbTk::Resource<TabsAttachArea> m_rc_tabs_attach_area; |
247 | FbTk::Resource<unsigned int> m_rc_cache_life, m_rc_cache_max; | 244 | FbTk::Resource<unsigned int> m_rc_cache_life, m_rc_cache_max; |
248 | FbTk::Resource<time_t> m_rc_auto_raise_delay; | 245 | FbTk::Resource<time_t> m_rc_auto_raise_delay; |
249 | FbTk::Resource<std::string> m_rc_mod_key; | ||
250 | 246 | ||
251 | typedef std::map<Window, WinClient *> WinClientMap; | 247 | typedef std::map<Window, WinClient *> WinClientMap; |
252 | WinClientMap m_window_search; | 248 | WinClientMap m_window_search; |