From 7ae9fb085b45557769cb7749ded175b533b3e702 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Tue, 9 Sep 2008 23:26:09 +0000 Subject: [PATCH] Removed Host_CreateDisplay() and Host_CloseDisplay() since these functions do not exist in "Host.h". git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@487 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/MainNoGUI.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp index cd4e6f66b5..f8877f341e 100644 --- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp @@ -57,11 +57,6 @@ void Host_SetDebugMode(bool){} void Host_SetWaitCursor(bool enable){} -void Host_CreateDisplay(){} - - -void Host_CloseDisplay(){} - void Host_UpdateStatusBar(const char* _pText){} // Include SDL header so it can hijack main().