diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WinClient.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 3a9d792..8e8747c 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -128,10 +128,6 @@ public: | |||
128 | 128 | ||
129 | inline bool isModal() const { return m_modal > 0; } | 129 | inline bool isModal() const { return m_modal > 0; } |
130 | 130 | ||
131 | inline bool operator == (const FluxboxWindow &win) const { | ||
132 | return (m_win == &win); | ||
133 | } | ||
134 | |||
135 | const FbTk::FbPixmap &iconPixmap() const { return m_icon_pixmap; } | 131 | const FbTk::FbPixmap &iconPixmap() const { return m_icon_pixmap; } |
136 | const FbTk::FbPixmap &iconMask() const { return m_icon_mask; } | 132 | const FbTk::FbPixmap &iconMask() const { return m_icon_mask; } |
137 | const bool usePixmap() const { return m_icon_pixmap.drawable() != None; } | 133 | const bool usePixmap() const { return m_icon_pixmap.drawable() != None; } |