remove Mac command line initialation

This commit is contained in:
davidm%netscape.com 1999-09-03 23:42:40 +00:00
parent ab4b7eb599
commit a24fec8ebe
2 changed files with 4 additions and 12 deletions

View File

@ -24,9 +24,7 @@
#include "nsString.h"
#include "plstr.h"
#ifdef XP_MAC
#include "nsCommandLineServiceMac.h"
#endif
/* Define Class IDs */
static NS_DEFINE_IID(kCmdLineServiceCID, NS_COMMANDLINE_SERVICE_CID);
@ -79,9 +77,7 @@ NS_IMPL_ISUPPORTS(nsCmdLineService, kICommandLineServiceIID);
NS_IMETHODIMP
nsCmdLineService::Initialize(int aArgc, char ** aArgv)
{
#if defined(XP_MAC)
InitializeMacCommandLine(aArgc, aArgv);
#endif
PRInt32 i=0;
nsresult rv = nsnull;

View File

@ -24,9 +24,7 @@
#include "nsString.h"
#include "plstr.h"
#ifdef XP_MAC
#include "nsCommandLineServiceMac.h"
#endif
/* Define Class IDs */
static NS_DEFINE_IID(kCmdLineServiceCID, NS_COMMANDLINE_SERVICE_CID);
@ -79,9 +77,7 @@ NS_IMPL_ISUPPORTS(nsCmdLineService, kICommandLineServiceIID);
NS_IMETHODIMP
nsCmdLineService::Initialize(int aArgc, char ** aArgv)
{
#if defined(XP_MAC)
InitializeMacCommandLine(aArgc, aArgv);
#endif
PRInt32 i=0;
nsresult rv = nsnull;