starting to remove pics from the build; no bug number. patch from neeti,
r=cyeh,leaf, a=chofmann
This commit is contained in:
@@ -64,12 +64,6 @@
|
||||
#include "fullsoft.h"
|
||||
#endif
|
||||
|
||||
#ifdef XP_PC
|
||||
#include "nsIPICS.h"
|
||||
static NS_DEFINE_IID(kIPICSIID, NS_IPICS_IID);
|
||||
static NS_DEFINE_IID(kPICSCID, NS_PICS_CID);
|
||||
#endif
|
||||
|
||||
#include "nsMetaCharsetCID.h"
|
||||
#include "nsIMetaCharsetService.h"
|
||||
#include "nsXMLEncodingCID.h"
|
||||
@@ -190,9 +184,6 @@ NS_IMETHODIMP
|
||||
nsAppShellService::Initialize( nsICmdLineService *aCmdLineService )
|
||||
{
|
||||
nsresult rv;
|
||||
#ifdef XP_PC
|
||||
nsIPICS *pics = NULL;
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_FULLCIRCLE
|
||||
FCInitialize();
|
||||
@@ -232,14 +223,6 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService )
|
||||
goto done;
|
||||
}
|
||||
|
||||
#ifdef XP_PC
|
||||
rv = nsComponentManager::CreateInstance(kPICSCID,
|
||||
NULL,
|
||||
kIPICSIID,
|
||||
(void **) &pics);
|
||||
|
||||
#endif
|
||||
|
||||
nsIMetaCharsetService* metacharset;
|
||||
rv = nsServiceManager::GetService(kMetaCharsetCID,
|
||||
kIMetaCharsetServiceIID,
|
||||
|
||||
Reference in New Issue
Block a user