diff options
author | markt <markt> | 2006-07-01 03:32:53 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 03:32:53 (GMT) |
commit | c18985732b09da5f09189e91a145cb33e656688d (patch) | |
tree | 7b403311860659c0e1022716663f6860dc4ee7cf /src/Window.hh | |
parent | 698539d9b9012bb6c282725e775e358c1bd4a281 (diff) | |
download | fluxbox-c18985732b09da5f09189e91a145cb33e656688d.zip fluxbox-c18985732b09da5f09189e91a145cb33e656688d.tar.bz2 |
more dead functions
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 8ac3918..ac44606 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -308,8 +308,6 @@ public: | |||
308 | */ | 308 | */ |
309 | //@{ | 309 | //@{ |
310 | 310 | ||
311 | // @return NormalState | IconicState | WithdrawnState | ||
312 | unsigned int getWmState() const { return m_current_state; } | ||
313 | // whether this window can be tabbed with other windows, | 311 | // whether this window can be tabbed with other windows, |
314 | // and others tabbed with it | 312 | // and others tabbed with it |
315 | inline void setTabable(bool tabable) { functions.tabable = tabable; } | 313 | inline void setTabable(bool tabable) { functions.tabable = tabable; } |