зеркало из https://github.com/mozilla/pjs.git
remove creation code for colorpicker
This commit is contained in:
Родитель
79fa78ff12
Коммит
aba9f144cd
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче