From 3bc8eb7eaf83445e04c318fcd4f53fd6da73bf66 Mon Sep 17 00:00:00 2001 From: "sl1nk3.s" Date: Wed, 15 Jul 2009 15:09:20 +0000 Subject: Fixed one of the two remaining crash on Stop (issue 600), and removed some setup defines which are now useless anyway. There's an attempt to implement Peek_Color too, probably done wrong :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3799 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/UnitTests/UnitTests.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/UnitTests/UnitTests.cpp') diff --git a/Source/UnitTests/UnitTests.cpp b/Source/UnitTests/UnitTests.cpp index 0a1b39faae..2e6af2c7c6 100644 --- a/Source/UnitTests/UnitTests.cpp +++ b/Source/UnitTests/UnitTests.cpp @@ -125,9 +125,6 @@ void Host_SetDebugMode(bool enable){} void Host_SetWaitCursor(bool enable){} void Host_UpdateStatusBar(const char* _pText, int Filed = 0){} -#ifdef SETUP_TIMER_WAITING -void Host_UpdateGUI(){} -#endif void Host_SysMessage(const char *fmt, ...){} void Host_SetWiiMoteConnectionState(int _State){} -- cgit v1.2.3