style: Remove support for unused gtk infobar widget and colors

Presumably they were for notifications and now we use native notifications?

Differential Revision: https://phabricator.services.mozilla.com/D114874
This commit is contained in:
Emilio Cobos Álvarez 2023-05-21 21:26:58 +02:00 committed by Oriol Brufau
parent 3cf8c19313
commit 6d6ea6cfe4
2 changed files with 0 additions and 4 deletions

View file

@ -1838,8 +1838,6 @@ pub enum Appearance {
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWindowTitlebarMaximized, MozWindowTitlebarMaximized,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozGtkInfoBar,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozMacActiveSourceListSelection, MozMacActiveSourceListSelection,
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]

View file

@ -369,8 +369,6 @@ pub enum SystemColor {
MozComboboxtext, MozComboboxtext,
MozCombobox, MozCombobox,
MozGtkInfoBarText,
/// Color of tree column headers /// Color of tree column headers
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozColheadertext, MozColheadertext,