No need this installedtxtPath

This commit is contained in:
sum2012 2014-10-24 06:08:54 +08:00
parent 3b38e8c107
commit 59bfe2bc03

View File

@ -608,7 +608,6 @@ UI::EventReturn GameSettingsScreen::OnSavePathMydoc(UI::EventParams &e) {
UI::EventReturn GameSettingsScreen::OnSavePathOther(UI::EventParams &e) {
const std::string PPSSPPpath = File::GetExeDirectory();
const std::string installedtxtPath = PPSSPPpath + "installed.txt";
File::Delete(PPSSPPpath + "installed.txt");
SavePathInOtherChoice->SetEnabled(false);
SavePathInMyDocumentChoice->SetEnabled(true);