From 096e3c04f5c19f69b87224d0b09c4d39eb6e5de3 Mon Sep 17 00:00:00 2001 From: rainwater Date: Thu, 8 Aug 2002 17:02:52 +0000 Subject: [PATCH] removed delete messagebox git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@669 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/exehead/Main.c b/Source/exehead/Main.c index d146738c..754144c8 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -365,7 +365,6 @@ end: #ifdef NSIS_CONFIG_PLUGIN_SUPPORT // Clean up after plug-ins - MessageBox(0, plugins_temp_dir, "delete", MB_OK); if (plugins_temp_dir[0]) doRMDir(plugins_temp_dir,1); #endif // NSIS_CONFIG_PLUGIN_SUPPORT