summaryrefslogtreecommitdiff
path: root/src/blackbox.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-03 12:48:10 +0000
committerDana Jansens <danakj@orodu.net>2002-11-03 12:48:10 +0000
commit373de009f7e98b0c6f3a78f31c1e5c120cd722ed (patch)
treea3aaa153b9704083a6bcfd07732c27d3e204c5b5 /src/blackbox.cc
parentc5f62494f14629797c109acc0b3048203a1adb6a (diff)
new timers, timer manager
Diffstat (limited to 'src/blackbox.cc')
-rw-r--r--src/blackbox.cc12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/blackbox.cc b/src/blackbox.cc
index a845431a..e5e498a3 100644
--- a/src/blackbox.cc
+++ b/src/blackbox.cc
@@ -158,7 +158,7 @@ Blackbox::Blackbox(int argc, char **m_argv, char *rc)
reconfigure_wait = False;
- timer = new BTimer(this, this);
+ timer = new OBTimer(this);
timer->setTimeout(0l);
}
@@ -1215,14 +1215,4 @@ void Blackbox::setFocusedWindow(BlackboxWindow *win) {
}
-void Blackbox::addTimer(BTimer *timer) {
- (void)timer;
-}
-
-
-void Blackbox::removeTimer(BTimer *timer) {
- (void)timer;
-}
-
-
}