all repos — fluxbox @ 5b5024388189288aeb033312207fc5f6b28668d1

custom fork of the fluxbox windowmanager

unused function
markt markt
commit

5b5024388189288aeb033312207fc5f6b28668d1

parent

db80ce64d71a16e864405ced5c635543c20265a5

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M src/WinClient.hhsrc/WinClient.hh

@@ -128,10 +128,6 @@ inline bool isTransient() const { return transient_for != 0; }

inline bool isModal() const { return m_modal > 0; } - inline bool operator == (const FluxboxWindow &win) const { - return (m_win == &win); - } - const FbTk::FbPixmap &iconPixmap() const { return m_icon_pixmap; } const FbTk::FbPixmap &iconMask() const { return m_icon_mask; } const bool usePixmap() const { return m_icon_pixmap.drawable() != None; }