diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 82f7153..1824ee2 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -113,11 +113,6 @@ public: | |||
113 | bool getWMIconName(XTextProperty &textprop) const; | 113 | bool getWMIconName(XTextProperty &textprop) const; |
114 | std::string getWMRole() const; | 114 | std::string getWMRole() const; |
115 | 115 | ||
116 | /// notifies when this client dies | ||
117 | FbTk::Subject &dieSig() { return m_diesig; } | ||
118 | /// notifies when this client becomes focused | ||
119 | FbTk::Subject &focusSig() { return m_focussig; } | ||
120 | |||
121 | inline WinClient *transientFor() { return transient_for; } | 116 | inline WinClient *transientFor() { return transient_for; } |
122 | inline const WinClient *transientFor() const { return transient_for; } | 117 | inline const WinClient *transientFor() const { return transient_for; } |
123 | inline TransientList &transientList() { return transients; } | 118 | inline TransientList &transientList() { return transients; } |
@@ -190,9 +185,6 @@ private: | |||
190 | 185 | ||
191 | int m_focus_mode; | 186 | int m_focus_mode; |
192 | 187 | ||
193 | WinClientSubj m_diesig; | ||
194 | WinClientSubj m_focussig; | ||
195 | |||
196 | Strut *m_strut; | 188 | Strut *m_strut; |
197 | // map transient_for X window to winclient transient | 189 | // map transient_for X window to winclient transient |
198 | // (used if transient_for FbWindow was created after transient) | 190 | // (used if transient_for FbWindow was created after transient) |