Removed references to MOZ_FULLCIRCLE in mozilla. a=leaf r=sfraser

git-svn-id: svn://10.0.0.236/trunk@62201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jj%netscape.com
2000-03-04 01:52:50 +00:00
parent 3102b90f85
commit ffc2df4d9d
4 changed files with 0 additions and 44 deletions

View File

@@ -53,10 +53,6 @@
#include "nsWidgetsCID.h"
#include "nsIStreamObserver.h"
#ifdef MOZ_FULLCIRCLE
#include "fullsoft.h"
#endif
#include "nsMetaCharsetCID.h"
#include "nsIMetaCharsetService.h"
@@ -131,10 +127,6 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService,
{
nsresult rv;
#ifdef MOZ_FULLCIRCLE
FCInitialize();
#endif
// Remember cmd line service.
mCmdLineService = aCmdLineService;
NS_IF_ADDREF( mCmdLineService );