From 07f7761479eba5defdcfe0bd300bc438d9245551 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 22 Oct 2006 15:42:29 +0000 Subject: Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility svn-id: r24443 --- common/timer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/timer.h') diff --git a/common/timer.h b/common/timer.h index a870784bf4..7f660e7742 100644 --- a/common/timer.h +++ b/common/timer.h @@ -52,8 +52,6 @@ public: virtual void removeTimerProc(TimerProc proc) = 0; }; -extern TimerManager *g_timer; - } // End of namespace Common #endif -- cgit v1.2.3