removed unused code

This commit is contained in:
Mathias Gumz 2010-09-08 20:17:36 +02:00
parent 690d926ac4
commit 64afa48bb3

View file

@ -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);