BACKENDS: Remove unused member in DefaultTimerManager.

Thanks to salty-horse for pointing this out.
This commit is contained in:
Johannes Schickel 2012-07-03 17:53:00 +02:00
parent b2ba37a039
commit 2678bcda98
2 changed files with 0 additions and 2 deletions

View file

@ -59,7 +59,6 @@ void insertPrioQueue(TimerSlot *head, TimerSlot *newSlot) {
DefaultTimerManager::DefaultTimerManager() :
_timerHandler(0),
_head(0) {
_head = new TimerSlot();