diff options
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index d1eb17e..36781d1 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | #include "FbTk/CachedPixmap.hh" | 28 | #include "FbTk/CachedPixmap.hh" |
29 | #include "FbTk/FbPixmap.hh" | 29 | #include "FbTk/FbPixmap.hh" |
30 | #include "FbTk/Observer.hh" | ||
31 | #include "FbTk/TextButton.hh" | 30 | #include "FbTk/TextButton.hh" |
32 | #include "FbTk/Signal.hh" | 31 | #include "FbTk/Signal.hh" |
33 | 32 | ||
@@ -37,7 +36,7 @@ namespace FbTk { | |||
37 | template <class T> class ThemeProxy; | 36 | template <class T> class ThemeProxy; |
38 | } | 37 | } |
39 | 38 | ||
40 | class IconButton: public FbTk::TextButton, public FbTk::Observer { | 39 | class IconButton: public FbTk::TextButton { |
41 | public: | 40 | public: |
42 | IconButton(const FbTk::FbWindow &parent, | 41 | IconButton(const FbTk::FbWindow &parent, |
43 | FbTk::ThemeProxy<IconbarTheme> &focused_theme, | 42 | FbTk::ThemeProxy<IconbarTheme> &focused_theme, |
@@ -58,7 +57,6 @@ public: | |||
58 | 57 | ||
59 | void reconfigTheme(); | 58 | void reconfigTheme(); |
60 | 59 | ||
61 | void update(FbTk::Subject *subj); | ||
62 | void setPixmap(bool use); | 60 | void setPixmap(bool use); |
63 | 61 | ||
64 | Focusable &win() { return m_win; } | 62 | Focusable &win() { return m_win; } |