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
Родитель 7eba3ad2da
Коммит 7ed558bcfc
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -78,7 +78,6 @@ LINCS=-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
!endif
-I$(PUBLIC)\rdf \
-I$(PUBLIC)\pics \
-I$(PUBLIC)\xpfe\components \
!ifdef MOZ_FULLCIRCLE
-I$(MOZ_TOOLS)\include \

Просмотреть файл

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