remove creation code for colorpicker

This commit is contained in:
pavlov%netscape.com 2000-04-18 23:07:43 +00:00
Родитель 79fa78ff12
Коммит aba9f144cd
2 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -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) {

Просмотреть файл

@ -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) {