diff options
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; } |