From aba9f144cd70a88cfae93c4b93d4133017c021d2 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Tue, 18 Apr 2000 23:07:43 +0000 Subject: [PATCH] remove creation code for colorpicker --- layout/base/nsCSSFrameConstructor.cpp | 5 ----- layout/html/style/src/nsCSSFrameConstructor.cpp | 5 ----- 2 files changed, 10 deletions(-) diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index c7c95c114f9..bc45c28c13d 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -215,9 +215,6 @@ NS_NewScrollbarFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); nsresult NS_NewSpinnerFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); -nsresult -NS_NewColorPickerFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); - nsresult NS_NewFontPickerFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); @@ -5540,8 +5537,6 @@ nsCSSFrameConstructor::ConstructXULFrame(nsIPresShell* aPresShell, else if (aTag == nsXULAtoms::spinner) rv = NS_NewSpinnerFrame(aPresShell, &newFrame); - else if (aTag == nsXULAtoms::colorpicker) - rv = NS_NewColorPickerFrame(aPresShell, &newFrame); else if (aTag == nsXULAtoms::fontpicker) rv = NS_NewFontPickerFrame(aPresShell, &newFrame); else if (aTag == nsXULAtoms::iframe) { diff --git a/layout/html/style/src/nsCSSFrameConstructor.cpp b/layout/html/style/src/nsCSSFrameConstructor.cpp index c7c95c114f9..bc45c28c13d 100644 --- a/layout/html/style/src/nsCSSFrameConstructor.cpp +++ b/layout/html/style/src/nsCSSFrameConstructor.cpp @@ -215,9 +215,6 @@ NS_NewScrollbarFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); nsresult NS_NewSpinnerFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); -nsresult -NS_NewColorPickerFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); - nsresult NS_NewFontPickerFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame ); @@ -5540,8 +5537,6 @@ nsCSSFrameConstructor::ConstructXULFrame(nsIPresShell* aPresShell, else if (aTag == nsXULAtoms::spinner) rv = NS_NewSpinnerFrame(aPresShell, &newFrame); - else if (aTag == nsXULAtoms::colorpicker) - rv = NS_NewColorPickerFrame(aPresShell, &newFrame); else if (aTag == nsXULAtoms::fontpicker) rv = NS_NewFontPickerFrame(aPresShell, &newFrame); else if (aTag == nsXULAtoms::iframe) {