]> Dogcows Code - chaz/openbox/blobdiff - src/BaseDisplay.cc
fix segfaut from uninitialized focused_screen pointer
[chaz/openbox] / src / BaseDisplay.cc
index 901efea44f86343f6ae0d94e5ec5e71b31836319..81d3c5c72bb723edb2e1e78d8ac1c2c01a07efdc 100644 (file)
@@ -88,7 +88,6 @@
 
 #include "i18n.h"
 #include "BaseDisplay.h"
-#include "LinkedList.h"
 #include "Timer.h"
 
 #include <algorithm>
@@ -520,7 +519,6 @@ void BaseDisplay::ungrab(void) {
 
 void BaseDisplay::addTimer(BTimer *timer) {
   ASSERT(timer != (BTimer *) 0);
-  printf("ADDING TIMER\n");
 
   TimerList::iterator it;
   for (it = timerList.begin(); it != timerList.end(); ++it) {
@@ -536,7 +534,6 @@ void BaseDisplay::addTimer(BTimer *timer) {
 
 
 void BaseDisplay::removeTimer(BTimer *timer) {
-  printf("REMOVING TIMER\n");
   timerList.remove(timer);
 }
 
This page took 0.020431 seconds and 4 git commands to generate.