mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove BanishBackground function
No longer needed
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user