mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
Remove BanishBackground function
No longer needed
This commit is contained in:
parent
e6e046e37c
commit
886e5c80dd
@ -25,14 +25,6 @@
|
||||
#include "DolphinWX/AboutDolphin.h"
|
||||
#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,
|
||||
const wxString &title, const wxPoint &position,
|
||||
const wxSize& size, long style)
|
||||
|
Loading…
Reference in New Issue
Block a user