diff --git a/src/WinClient.hh b/src/WinClient.hh index 90c5b14d..ebe61a57 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh @@ -78,7 +78,6 @@ public: bool focus(); // calls Window->setCurrentClient to give focus to this client bool isFocused() const; void setAttentionState(bool value); - const std::string &title() const { return m_title; } void setGroupLeftWindow(Window win);