mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
remove Mac command line initialation
This commit is contained in:
parent
ab4b7eb599
commit
a24fec8ebe
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user