Remove BanishBackground function

No longer needed
This commit is contained in:
Simon McFarlane 2015-04-30 17:33:24 -07:00
parent e6e046e37c
commit 886e5c80dd
1 changed files with 0 additions and 8 deletions

View File

@ -25,14 +25,6 @@
#include "DolphinWX/AboutDolphin.h" #include "DolphinWX/AboutDolphin.h"
#include "DolphinWX/resources/dolphin_logo.cpp" #include "DolphinWX/resources/dolphin_logo.cpp"
static void BanishBackground(wxTextCtrl* ctrl)
{
#ifdef __APPLE__
NSTextField* tf = (NSTextField*)ctrl->GetHandle();
tf.drawsBackground = NO;
#endif
}
AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id, AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id,
const wxString &title, const wxPoint &position, const wxString &title, const wxPoint &position,
const wxSize& size, long style) const wxSize& size, long style)