From ef03dea008a2571ee092638d116d3cea42e44b96 Mon Sep 17 00:00:00 2001 From: "kjh-5727%comcast.net" Date: Sun, 10 Dec 2006 12:47:13 +0000 Subject: [PATCH] Bug 360485 - OS/2 build bustage fix. Patch by Andy Williams . git-svn-id: svn://10.0.0.236/trunk@216819 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/os2/nsWidgetFactory.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/widget/src/os2/nsWidgetFactory.cpp b/mozilla/widget/src/os2/nsWidgetFactory.cpp index a6137643fba..787dd9ac7ae 100644 --- a/mozilla/widget/src/os2/nsWidgetFactory.cpp +++ b/mozilla/widget/src/os2/nsWidgetFactory.cpp @@ -83,7 +83,6 @@ // Printing #include "nsDeviceContextSpecOS2.h" -#include "nsDeviceContextSpecFactoryO.h" #include "nsPrintOptionsOS2.h" #include "nsPrintSession.h" @@ -104,7 +103,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsHTMLFormatConverter) NS_GENERIC_FACTORY_CONSTRUCTOR(nsDragService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsDeviceContextSpecOS2) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsDeviceContextSpecFactoryOS2) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrintOptionsOS2, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrinterEnumeratorOS2) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrintSession, Init)