Removed "Invalid ISO File" notification (we seem to get negative feedback about it :| )

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1746 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-01-03 15:10:03 +00:00
parent 7fc4f19750
commit 1db46b6b33

View file

@ -385,8 +385,6 @@ void CGameListCtrl::ScanForISOs()
{
m_ISOFiles.push_back(ISOFile);
}
else
PanicAlert("Invalid ISO file %s", rFilenames[i].c_str());
}
}
std::sort(m_ISOFiles.begin(), m_ISOFiles.end());