diff options
Diffstat (limited to 'src')
-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 | ||