diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-09-08 18:17:36 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-09-08 18:17:36 (GMT) |
commit | 64afa48bb3d1844cd9b05a7977b966bc58b222f2 (patch) | |
tree | 28f02a218f66587b5d3337f11d6bac50491c94e7 /src/WinClient.hh | |
parent | 690d926ac444243611cd875fb84fabb4e6db2cf2 (diff) | |
download | fluxbox_pavel-64afa48bb3d1844cd9b05a7977b966bc58b222f2.zip fluxbox_pavel-64afa48bb3d1844cd9b05a7977b966bc58b222f2.tar.bz2 |
removed unused code
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 90c5b14..ebe61a5 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -78,7 +78,6 @@ public: | |||
78 | bool focus(); // calls Window->setCurrentClient to give focus to this client | 78 | bool focus(); // calls Window->setCurrentClient to give focus to this client |
79 | bool isFocused() const; | 79 | bool isFocused() const; |
80 | void setAttentionState(bool value); | 80 | void setAttentionState(bool value); |
81 | const std::string &title() const { return m_title; } | ||
82 | 81 | ||
83 | void setGroupLeftWindow(Window win); | 82 | void setGroupLeftWindow(Window win); |
84 | 83 | ||