mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #1663 from Buddybenj/Fix-Warning
Remove RunningGamecube (unused variable)
This commit is contained in:
commit
0e1d98a43f
1 changed files with 0 additions and 1 deletions
|
@ -1699,7 +1699,6 @@ void CFrame::UpdateGUI()
|
|||
bool Paused = Core::GetState() == Core::CORE_PAUSE;
|
||||
bool Stopping = Core::GetState() == Core::CORE_STOPPING;
|
||||
bool RunningWii = Initialized && SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
||||
bool RunningGamecube = Initialized && !SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
||||
|
||||
// Make sure that we have a toolbar
|
||||
if (m_ToolBar)
|
||||
|
|
Loading…
Add table
Reference in a new issue