mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove an unused variable in VideoConfig.cpp and SWVideoConfig.cpp
This commit is contained in:
@ -47,7 +47,6 @@ SWVideoConfig::SWVideoConfig()
|
||||
|
||||
void SWVideoConfig::Load(const char* ini_file)
|
||||
{
|
||||
std::string temp;
|
||||
IniFile iniFile;
|
||||
iniFile.Load(ini_file);
|
||||
|
||||
|
Reference in New Issue
Block a user