summaryrefslogtreecommitdiff
path: root/otk/application.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-14 09:54:05 +0000
committerDana Jansens <danakj@orodu.net>2003-01-14 09:54:05 +0000
commit96a9196cbb71b7f8d5e3d98a92b2e59bb1b591a8 (patch)
tree795fa58db8ecd287d1b77f76818cc260b106db17 /otk/application.hh
parent0afb43164484dcac4773ad778c032687da6b01aa (diff)
otk::Timer-ng!! thanks ManMower for this shizznit!
Diffstat (limited to 'otk/application.hh')
-rw-r--r--otk/application.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/otk/application.hh b/otk/application.hh
index a0795acc..4d7b0d89 100644
--- a/otk/application.hh
+++ b/otk/application.hh
@@ -5,7 +5,6 @@
#include "eventdispatcher.hh"
#include "display.hh"
#include "configuration.hh"
-#include "timerqueuemanager.hh"
#include "image.hh"
#include "style.hh"
@@ -33,7 +32,6 @@ private:
void loadStyle(void);
Display _display;
- TimerQueueManager *_timer_manager;
ImageControl *_img_ctrl;
Configuration *_style_conf;
Style *_style;