mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Remove seemingly unused function
This function triggers a warning about returning a C++ reference but being declared for C linkage.
This commit is contained in:
parent
d3a7b3b5a6
commit
a1611c49da
1 changed files with 0 additions and 7 deletions
|
@ -399,11 +399,4 @@ void CemuApp::ActivateApp(wxActivateEvent& event)
|
|||
event.Skip();
|
||||
}
|
||||
|
||||
extern "C"
|
||||
{
|
||||
CemuApp& wxGetAppWrapper()
|
||||
{
|
||||
return *static_cast<CemuApp*>(wxApp::GetInstance());
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue