Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove an unused variable in VideoConfig.cpp and SWVideoConfig.cpp
  • Loading branch information
lioncash committed Apr 4, 2013
1 parent aaf6c3b commit a7c05dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/Core/VideoCommon/Src/VideoConfig.cpp
Expand Up @@ -49,7 +49,6 @@ VideoConfig::VideoConfig()

void VideoConfig::Load(const char *ini_file)
{
std::string temp;
IniFile iniFile;
iniFile.Load(ini_file);

Expand Down
1 change: 0 additions & 1 deletion Source/Plugins/Plugin_VideoSoftware/Src/SWVideoConfig.cpp
Expand Up @@ -47,7 +47,6 @@ SWVideoConfig::SWVideoConfig()

void SWVideoConfig::Load(const char* ini_file)
{
std::string temp;
IniFile iniFile;
iniFile.Load(ini_file);

Expand Down

0 comments on commit a7c05dc

Please sign in to comment.