Fix the OSX Build, since noone else seems to care...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7582 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st
2011-06-03 14:44:17 +00:00
parent 147e67703d
commit 69718855b3
2 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,6 @@
#include "VideoBackendBase.h"
#ifdef __APPLE__
#include <ApplicationServices/ApplicationServices.h>
#endif
#define TEXT_BOX(page, text) new wxStaticText(page, wxID_ANY, text, wxDefaultPosition, wxDefaultSize)
extern CFrame* main_frame;