From 4e69178ba49bf2193e72e7cd8bc21244a46ada42 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 15 Dec 2002 14:44:15 +0000 Subject: [PATCH] removed some useles stuff git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1955 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/test.nsi | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Contrib/InstallOptions/test.nsi b/Contrib/InstallOptions/test.nsi index bfed0ce4..6bfac66c 100644 --- a/Contrib/InstallOptions/test.nsi +++ b/Contrib/InstallOptions/test.nsi @@ -69,15 +69,4 @@ Function SetCustom InstallOptions::dialog "$PLUGINSDIR\test.ini" Pop ${TEMP1} - StrCmp ${TEMP1} "cancel" done - StrCmp ${TEMP1} "back" done - StrCmp ${TEMP1} "success" 0 error - # User clicked Next, all fields validated, read stuff from the INI here or later - Goto done - - error: - MessageBox MB_OK|MB_ICONSTOP "InstallOptions error:$\r$\n${TEMP1}" - - done: Pop ${TEMP1} - FunctionEnd \ No newline at end of file