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
This commit is contained in:
Maarten ter Huurne 2008-09-09 23:26:09 +00:00
parent 09ba0a3a11
commit 7ae9fb085b

View File

@ -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().