From 1db46b6b33796615dc059248e057fee1724c3b10 Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Sat, 3 Jan 2009 15:10:03 +0000 Subject: [PATCH] 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 --- Source/Core/DolphinWX/Src/GameListCtrl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DolphinWX/Src/GameListCtrl.cpp b/Source/Core/DolphinWX/Src/GameListCtrl.cpp index a0d168f078..bed7ca21da 100644 --- a/Source/Core/DolphinWX/Src/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/Src/GameListCtrl.cpp @@ -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());