From f447d9d38fc5676db08757819cfdbde0279601ab Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Tue, 13 Mar 2007 22:31:55 +0000 Subject: Remove debugger hack for Symbian OS! svn-id: r26127 --- gui/debugger.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gui/debugger.h') diff --git a/gui/debugger.h b/gui/debugger.h index 568c4e3bc9..34665cf645 100644 --- a/gui/debugger.h +++ b/gui/debugger.h @@ -38,17 +38,9 @@ public: int DebugPrintf(const char *format, ...); -#ifndef __SYMBIAN32__ // gcc/UIQ doesn't like the debugger code for some reason? Actually get a cc1plus core dump here :) - // FIXME: Fingolfin asks: This code *used* to be a problem when GUI::Debugger - // was a template class. But is it really still causing problems, or can - // this hack go away now? virtual void onFrame(); virtual void attach(const char *entry = 0); -#else - void onFrame() {} - void attach(const char *entry = 0) {} -#endif bool isAttached() const { return _isAttached; } protected: -- cgit v1.2.3