Backed out revision d4a39491577f, the platform specific messagebox functions don't have the right prototype since they're designed to be used standalone.

This commit is contained in:
Sam Lantinga 2013-10-14 09:12:30 -07:00
parent 73bc021063
commit 23a6f738e7
4 changed files with 0 additions and 13 deletions

View file

@ -32,7 +32,6 @@
#include "SDL_windowsvideo.h"
#include "SDL_windowsframebuffer.h"
#include "SDL_windowsshape.h"
#include "SDL_windowsmessagebox.h"
/* Initialization/Query functions */
static int WIN_VideoInit(_THIS);
@ -146,8 +145,6 @@ WIN_CreateDevice(int devindex)
device->GetClipboardText = WIN_GetClipboardText;
device->HasClipboardText = WIN_HasClipboardText;
device->ShowMessageBox = WIN_ShowMessageBox;
device->free = WIN_DeleteDevice;
return device;