From 8f3d8a7d82d723fa1026e55e870f4e54c9b96287 Mon Sep 17 00:00:00 2001 From: Emily McDonough Date: Mon, 20 Mar 2023 21:29:01 +0000 Subject: [PATCH] Bug 1822919 - Remove unused declaration from nsCSSFrameConstructor.cpp r=emilio Differential Revision: https://phabricator.services.mozilla.com/D172843 --- layout/base/nsCSSFrameConstructor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index 9f84cbd050e2..640a5f765034 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -212,9 +212,6 @@ nsIFrame* NS_NewSplitterFrame(PresShell* aPresShell, ComputedStyle* aStyle); nsIFrame* NS_NewMenuPopupFrame(PresShell* aPresShell, ComputedStyle* aStyle); -nsIFrame* NS_NewMenuFrame(PresShell* aPresShell, ComputedStyle* aStyle, - uint32_t aFlags); - nsIFrame* NS_NewTreeBodyFrame(PresShell* aPresShell, ComputedStyle* aStyle); nsHTMLScrollFrame* NS_NewHTMLScrollFrame(PresShell* aPresShell, -- 2.11.4.GIT