From 52c7023fe3956d771489f50e3bb1d28a55b0d673 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Wed, 9 Feb 2000 03:12:34 +0000 Subject: [PATCH] removed comment. not part of build yet --- xpinstall/wizard/windows/test/testxpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xpinstall/wizard/windows/test/testxpi.c b/xpinstall/wizard/windows/test/testxpi.c index 7ab660a6e5b..fc7c8f48a4d 100644 --- a/xpinstall/wizard/windows/test/testxpi.c +++ b/xpinstall/wizard/windows/test/testxpi.c @@ -37,7 +37,6 @@ void ShowUsage(char *name) lstrcat(szBuf, "\n"); lstrcat(szBuf, " output sea name: name to use for the self-extracting executable\n"); lstrcat(szBuf, " files: one or more files to add to the self-extracing executable\n"); -// MessageBox(NULL, szBuf, "Usage", MB_OK); } /* Function to print error message with/without error code */