From 2678bcda981d7772beece5eaae3293e3e0f1c2a8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 3 Jul 2012 17:53:00 +0200 Subject: BACKENDS: Remove unused member in DefaultTimerManager. Thanks to salty-horse for pointing this out. --- backends/timer/default/default-timer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/timer/default/default-timer.h') diff --git a/backends/timer/default/default-timer.h b/backends/timer/default/default-timer.h index e5a9dada79..5884979da0 100644 --- a/backends/timer/default/default-timer.h +++ b/backends/timer/default/default-timer.h @@ -34,7 +34,6 @@ private: typedef Common::HashMap TimerSlotMap; Common::Mutex _mutex; - void *_timerHandler; TimerSlot *_head; TimerSlotMap _callbacks; -- cgit v1.2.3