forked from dolphin-emu/dolphin
Merge pull request #1663 from Buddybenj/Fix-Warning
Remove RunningGamecube (unused variable)
This commit is contained in:
@@ -1699,7 +1699,6 @@ void CFrame::UpdateGUI()
|
|||||||
bool Paused = Core::GetState() == Core::CORE_PAUSE;
|
bool Paused = Core::GetState() == Core::CORE_PAUSE;
|
||||||
bool Stopping = Core::GetState() == Core::CORE_STOPPING;
|
bool Stopping = Core::GetState() == Core::CORE_STOPPING;
|
||||||
bool RunningWii = Initialized && SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
bool RunningWii = Initialized && SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
||||||
bool RunningGamecube = Initialized && !SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
|
||||||
|
|
||||||
// Make sure that we have a toolbar
|
// Make sure that we have a toolbar
|
||||||
if (m_ToolBar)
|
if (m_ToolBar)
|
||||||
|
Reference in New Issue
Block a user