Bazaar/Updater : removed a debugging PromptOK

git-svn-id: svn://ultimatepp.org/upp/trunk@3088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2011-01-25 09:09:13 +00:00
parent 47abcc9486
commit d35920972b

View file

@ -167,7 +167,6 @@ bool Updater::ShellUnlink(void)
// remove desktop icon
String desktopLink = AppendFileName(GetShellFolder("Desktop", HKEY_CURRENT_USER), linkName);
PromptOK(DeQtf(desktopLink));
if(FileExists(desktopLink))
FileDelete(desktopLink);