aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index 3209790..d92e437 100644
--- a/src/SystemTray.hh
+++ b/src/SystemTray.hh
@@ -40,7 +40,6 @@ class AtomHandler;
40 40
41namespace FbTk { 41namespace FbTk {
42template <class T> class ThemeProxy; 42template <class T> class ThemeProxy;
43class Observer;
44} 43}
45 44
46class SystemTray: public ToolbarItem, public FbTk::EventHandler, 45class SystemTray: public ToolbarItem, public FbTk::EventHandler,
@@ -89,10 +88,6 @@ public:
89 static Atom getXEmbedInfoAtom(); 88 static Atom getXEmbedInfoAtom();
90 89
91private: 90private:
92 /// Called when an update for a screen is needed.
93 void updateForScreen(BScreen &screen) {
94 update();
95 }
96 void update(); 91 void update();
97 92
98 typedef std::list<TrayWindow *> ClientList; 93 typedef std::list<TrayWindow *> ClientList;
@@ -116,7 +111,6 @@ private:
116 // gaim/pidgin seems to barf if the selection is not an independent window. 111 // gaim/pidgin seems to barf if the selection is not an independent window.
117 // I suspect it's an interacton with parent relationship and gdk window caching. 112 // I suspect it's an interacton with parent relationship and gdk window caching.
118 FbTk::FbWindow m_selection_owner; 113 FbTk::FbWindow m_selection_owner;
119 std::auto_ptr<FbTk::Observer> m_observer;
120}; 114};
121 115
122#endif // SYSTEMTRAY_HH 116#endif // SYSTEMTRAY_HH