Bug 1610404 - Remove leftover NS_NewGroupBoxFrame forward-declaration. r=emilio DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D95949
This commit is contained in:
Tim Nguyen
2020-11-05 00:04:19 +00:00
parent 39ce1196bd
commit d45e457f16

View File

@@ -230,8 +230,6 @@ nsIFrame* NS_NewImageBoxFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewTextBoxFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewGroupBoxFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewButtonBoxFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewSplitterFrame(PresShell* aPresShell, ComputedStyle* aStyle);