diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/ArrowButton.hh | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/ArrowButton.hh')
-rw-r--r-- | src/ArrowButton.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ArrowButton.hh b/src/ArrowButton.hh index 59f81fa..a05f915 100644 --- a/src/ArrowButton.hh +++ b/src/ArrowButton.hh | |||
@@ -44,8 +44,6 @@ public: | |||
44 | void enterNotifyEvent(XCrossingEvent &ce); | 44 | void enterNotifyEvent(XCrossingEvent &ce); |
45 | void leaveNotifyEvent(XCrossingEvent &ce); | 45 | void leaveNotifyEvent(XCrossingEvent &ce); |
46 | 46 | ||
47 | void setMouseMotionHandler(FbTk::EventHandler *eh) { m_mouse_handler = eh; } | ||
48 | |||
49 | void updateTheme(const FbTk::Theme &theme); | 47 | void updateTheme(const FbTk::Theme &theme); |
50 | private: | 48 | private: |
51 | void drawArrow(); | 49 | void drawArrow(); |