From 59bfe2bc037921f33f7332eb3327b0c19e0da55c Mon Sep 17 00:00:00 2001 From: sum2012 Date: Fri, 24 Oct 2014 06:08:54 +0800 Subject: [PATCH] No need this installedtxtPath --- UI/GameSettingsScreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/GameSettingsScreen.cpp b/UI/GameSettingsScreen.cpp index 10a6f5749..48e599edf 100644 --- a/UI/GameSettingsScreen.cpp +++ b/UI/GameSettingsScreen.cpp @@ -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);