From 5ef553d18f72a65dd53802b886e756432c0a1a01 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 11 Feb 2022 00:26:43 +0100 Subject: Windows: remove debugging left over call to MessageBox --- src/COMReg/COMReg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/COMReg/COMReg.cpp b/src/COMReg/COMReg.cpp index d1f97492..9582b413 100644 --- a/src/COMReg/COMReg.cpp +++ b/src/COMReg/COMReg.cpp @@ -15,7 +15,6 @@ int APIENTRY _tWinMain(HINSTANCE hInstance, if (lpCmdLine[0] == L'/' && lpCmdLine[1] == L'p') { - MessageBox(NULL, L"",L"",0); SelfExtractStartupInit(); GetModuleFileName (NULL, SetupFilesDir, ARRAYSIZE (SetupFilesDir)); s = wcsrchr (SetupFilesDir, L'\\'); -- cgit v1.2.3