style: Remove unused -moz-window-frame appearance constants

Differential Revision: https://phabricator.services.mozilla.com/D162864
This commit is contained in:
Emilio Cobos Álvarez 2022-11-23 16:20:02 +00:00 committed by Martin Robinson
parent ea04827f05
commit cc30a418a3

View file

@ -2009,12 +2009,6 @@ pub enum Appearance {
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWindowButtonRestore, MozWindowButtonRestore,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWindowFrameBottom,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWindowFrameLeft,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWindowFrameRight,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWindowTitlebar, MozWindowTitlebar,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWindowTitlebarMaximized, MozWindowTitlebarMaximized,