X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fblackbox.cc;h=e5e498a3e7a6bea2320d7d4a91e9f5df08bf0007;hb=373de009f7e98b0c6f3a78f31c1e5c120cd722ed;hp=a845431aee4e297c52492d0a3dc73f27a2b78730;hpb=ace8c8896aa13a6fc4e489277cf9c96f49175322;p=chaz%2Fopenbox 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; -} - - }