mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +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();
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C"
|
|
||||||
{
|
|
||||||
CemuApp& wxGetAppWrapper()
|
|
||||||
{
|
|
||||||
return *static_cast<CemuApp*>(wxApp::GetInstance());
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue