summaryrefslogtreecommitdiff
path: root/Source/UnitTests/UnitTests.cpp
diff options
context:
space:
mode:
authorsl1nk3.s <sl1nk3.s@gmail.com>2009-07-15 15:09:20 +0000
committersl1nk3.s <sl1nk3.s@gmail.com>2009-07-15 15:09:20 +0000
commit3bc8eb7eaf83445e04c318fcd4f53fd6da73bf66 (patch)
tree57f6574768e68773875a42d8f3fba8a33e4105d5 /Source/UnitTests/UnitTests.cpp
parent15de161f954cb70c733191c968bca0f29dd4ba61 (diff)
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
Diffstat (limited to 'Source/UnitTests/UnitTests.cpp')
-rw-r--r--Source/UnitTests/UnitTests.cpp3
1 files changed, 0 insertions, 3 deletions
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){}