starting to remove pics from the build; no bug number. patch from neeti,

r=cyeh,leaf, a=chofmann
This commit is contained in:
leaf@mozilla.org
1999-12-12 01:27:44 +00:00
parent cc99c2c4e1
commit 9817db0eb8
2 changed files with 0 additions and 18 deletions

View File

@@ -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,