diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-14 09:54:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-14 09:54:05 +0000 |
| commit | 96a9196cbb71b7f8d5e3d98a92b2e59bb1b591a8 (patch) | |
| tree | 795fa58db8ecd287d1b77f76818cc260b106db17 /src/openbox.hh | |
| parent | 0afb43164484dcac4773ad778c032687da6b01aa (diff) | |
otk::Timer-ng!! thanks ManMower for this shizznit!
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index fe49df15..d53bce0b 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -16,7 +16,6 @@ extern "C" { #include "otk/display.hh" #include "otk/screeninfo.hh" -#include "otk/timerqueuemanager.hh" #include "otk/property.hh" #include "otk/configuration.hh" #include "otk/eventdispatcher.hh" @@ -109,13 +108,6 @@ private: //! A list of all the managed screens ScreenList _screens; - //! Manages all timers for the application - /*! - Use of the otk::TimerQueueManager::fire funtion in this object ensures - that all timers fire when their times elapse. - */ - otk::TimerQueueManager _timermanager; - //! Cached atoms on the display /*! This is a pointer because the Property class uses otk::Display::display @@ -185,13 +177,6 @@ public: //! Returns the state of the window manager (starting, exiting, etc) inline RunState state() const { return _state; } - //! Returns the otk::TimerQueueManager for the application - /*! - All otk::Timer objects used in the application should be made to use this - otk::TimerQueueManager. - */ - inline otk::TimerQueueManager *timerManager() { return &_timermanager; } - //! Returns the otk::Property instance for the window manager inline const otk::Property *property() const { return _property; } |
