]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
new timers, timer manager
[chaz/openbox] / src / blackbox.cc
index a845431aee4e297c52492d0a3dc73f27a2b78730..e5e498a3e7a6bea2320d7d4a91e9f5df08bf0007 100644 (file)
@@ -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;
-}
-
 } 
This page took 0.019705 seconds and 4 git commands to generate.