diff options
author | markt <markt> | 2006-08-14 03:20:15 (GMT) |
---|---|---|
committer | markt <markt> | 2006-08-14 03:20:15 (GMT) |
commit | 5b5024388189288aeb033312207fc5f6b28668d1 (patch) | |
tree | 58da477425da290411744ee8f074bf501afc16b5 | |
parent | db80ce64d71a16e864405ced5c635543c20265a5 (diff) | |
download | fluxbox-5b5024388189288aeb033312207fc5f6b28668d1.zip fluxbox-5b5024388189288aeb033312207fc5f6b28668d1.tar.bz2 |
unused function
-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; } |