mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fix warnings unearthed by #579
This commit is contained in:
parent
99d4ab0b71
commit
0ccee6c87b
18 changed files with 6 additions and 141 deletions
|
@ -63,11 +63,6 @@ std::string VideoSoftware::GetName() const
|
|||
return _trans("Software Renderer");
|
||||
}
|
||||
|
||||
static void *DllDebugger(void *_hParent, bool Show)
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void VideoSoftware::ShowConfig(void *_hParent)
|
||||
{
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue