From 6d6ea6cfe4ae764695517247886dcd584a46bd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 21 May 2023 21:26:58 +0200 Subject: [PATCH] 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 --- components/style/values/specified/box.rs | 2 -- components/style/values/specified/color.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 32f4f9bacae..ef465b496bc 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1838,8 +1838,6 @@ pub enum Appearance { #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozWindowTitlebarMaximized, - #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - MozGtkInfoBar, #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozMacActiveSourceListSelection, #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index 773a93366b8..0126801638e 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -369,8 +369,6 @@ pub enum SystemColor { MozComboboxtext, MozCombobox, - MozGtkInfoBarText, - /// Color of tree column headers #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozColheadertext,