From 96e4ed959ad9e0092bfcbfd9be423257981ea625 Mon Sep 17 00:00:00 2001 From: "jim_nance%yahoo.com" Date: Fri, 19 May 2000 02:41:27 +0000 Subject: [PATCH] Fix bug 39688, build bustage under Tru64 Unix. r=pavlov. --- widget/src/gtk/nsWidgetFactory.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/widget/src/gtk/nsWidgetFactory.cpp b/widget/src/gtk/nsWidgetFactory.cpp index 21a76c721eff..15d61cfdbce3 100644 --- a/widget/src/gtk/nsWidgetFactory.cpp +++ b/widget/src/gtk/nsWidgetFactory.cpp @@ -29,11 +29,7 @@ #include "nsWindow.h" #include "nsButton.h" #include "nsCheckButton.h" -#include "nsComboBox.h" -#include "nsRadioButton.h" #include "nsFileWidget.h" -#include "nsListBox.h" -#include "nsTextAreaWidget.h" #include "nsTextWidget.h" #include "nsAppShell.h" #include "nsToolkit.h" @@ -52,11 +48,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindow) NS_GENERIC_FACTORY_CONSTRUCTOR(ChildWindow) NS_GENERIC_FACTORY_CONSTRUCTOR(nsButton) NS_GENERIC_FACTORY_CONSTRUCTOR(nsCheckButton) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsComboBox) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsRadioButton) NS_GENERIC_FACTORY_CONSTRUCTOR(nsFileWidget) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsListBox) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsTextAreaWidget) NS_GENERIC_FACTORY_CONSTRUCTOR(nsTextWidget) NS_GENERIC_FACTORY_CONSTRUCTOR(nsAppShell) NS_GENERIC_FACTORY_CONSTRUCTOR(nsToolkit) @@ -146,22 +138,10 @@ static nsModuleComponentInfo components[] = NS_CHECKBUTTON_CID, "mozilla.widgets.checkbutton.gtk.1", nsCheckButtonConstructor }, - { "Gtk Combobox", - NS_COMBOBOX_CID, - "mozilla.widgets.combobox.gtk.1", - nsComboBoxConstructor }, - { "Gtk Radio Button", - NS_RADIOBUTTON_CID, - "mozilla.widgets.radiobutton.gtk.1", - nsRadioButtonConstructor }, { "Gtk File Widget", NS_FILEWIDGET_CID, "mozilla.widgets.filewidget.gtk.1", nsFileWidgetConstructor }, - { "Gtk List Box", - NS_LISTBOX_CID, - "mozilla.widgets.listbox.gtk.1", - nsListBoxConstructor }, { "Gtk Horiz Scrollbar", NS_HORZSCROLLBAR_CID, "mozilla.widgets.horizscroll.gtk.1", @@ -170,10 +150,6 @@ static nsModuleComponentInfo components[] = NS_VERTSCROLLBAR_CID, "mozilla.widgets.vertscroll.gtk.1", nsVertScrollbarConstructor }, - { "Gtk Text Area", - NS_TEXTAREA_CID, - "mozilla.widgets.textarea.gtk.1", - nsTextAreaWidgetConstructor }, { "Gtk Text Widget", NS_TEXTFIELD_CID, "mozilla.widgets.textwidget.gtk.1",