Removed unused local variable.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@200 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne 2008-08-14 20:14:49 +00:00
parent 231d7ffd03
commit d91d54c3bb
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ CBannerLoaderGC::GetName(std::string& _rName, int language)
DVDBanner2* pBanner = (DVDBanner2*)m_pBannerFile;
int lang = 0;
if (!CopyToStringAndCheck(_rName, language != 0 ? pBanner->comment[0].shortTitle : pBanner->comment[0].longTitle))
{
return(false);