Removing nsDialog from the build.

This commit is contained in:
mcafee%netscape.com 1999-06-13 00:18:39 +00:00
parent 521df2c6e3
commit 679787e046
4 changed files with 1 additions and 10 deletions

View File

@ -25,7 +25,6 @@
#include "nsToolkit.h"
#include "nsWindow.h"
#include "nsMacWindow.h"
#include "nsDialog.h"
#include "nsAppShell.h"
#include "nsButton.h"
#include "nsRadioButton.h"
@ -71,7 +70,6 @@ static NS_DEFINE_IID(kCTooltipWidget, NS_TOOLTIPWIDGET_CID);
static NS_DEFINE_IID(kCAppShell, NS_APPSHELL_CID);
static NS_DEFINE_IID(kCToolkit, NS_TOOLKIT_CID);
static NS_DEFINE_IID(kCLookAndFeel, NS_LOOKANDFEEL_CID);
static NS_DEFINE_IID(kCDialog, NS_DIALOG_CID);
static NS_DEFINE_IID(kCLabel, NS_LABEL_CID);
static NS_DEFINE_IID(kCMenuBar, NS_MENUBAR_CID);
static NS_DEFINE_IID(kCMenu, NS_MENU_CID);
@ -232,9 +230,6 @@ nsresult nsWidgetFactory::CreateInstance(nsISupports *aOuter,
else if (mClassID.Equals(kCLookAndFeel)) {
inst = (nsISupports*)new nsLookAndFeel();
}
else if (mClassID.Equals(kCDialog)) {
inst = (nsISupports*)(nsWindow*)new nsDialog();
}
else if (mClassID.Equals(kCLabel)) {
inst = (nsISupports*)(nsWindow*)new nsLabel();
}

View File

@ -39,7 +39,7 @@ INCLUDES += $(TK_CFLAGS)
# nsWidgetFactory.cpp \
# nsWidgetSupport.cpp \
CPPSRCS= \
PtRawDrawContainer.cpp \
nsAppShell.cpp \
@ -47,7 +47,6 @@ CPPSRCS= \
nsLabel.cpp \
nsCheckButton.cpp \
nsRadioButton.cpp \
nsDialog.cpp \
nsLookAndFeel.cpp \
nsToolkit.cpp \
nsMenuBar.cpp \

View File

@ -52,7 +52,6 @@ CPPSRCS = \
nsTooltipWidget.cpp \
nsAppShell.cpp \
nsLookAndFeel.cpp \
nsDialog.cpp \
nsLabel.cpp \
nsToolkit.cpp \
$(NULL)
@ -89,7 +88,6 @@ OBJS = \
.\$(OBJDIR)\nsTooltipWidget.obj \
.\$(OBJDIR)\nsAppShell.obj \
.\$(OBJDIR)\nsLookAndFeel.obj \
.\$(OBJDIR)\nsDialog.obj \
.\$(OBJDIR)\nsLabel.obj \
.\$(OBJDIR)\nsToolkit.obj \
$(NULL)

View File

@ -55,7 +55,6 @@ CPPSRCS= nsWidgetFactory.cpp \
nsAppShell.cpp \
nsToolkit.cpp \
nsLookAndFeel.cpp \
nsDialog.cpp \
nsLabel.cpp \
nsMenuBar.cpp \
nsMenu.cpp \