removed delete messagebox

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@669 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-08-08 17:02:52 +00:00
parent 93a5fa4c1c
commit 096e3c04f5

View file

@ -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