diff options
author | Moonchild <moonchild@palemoon.org> | 2021-06-14 11:52:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-06-14 11:52:16 +0000 |
commit | a970411caf9b1951708efb4987733c6a4581454b (patch) | |
tree | f6d02670ceb4913e878aadfcb7b9ba9e0600c45f /widget/LookAndFeel.h | |
parent | e8be661944c730cb3b702cd7f7d97e0860eb9132 (diff) | |
download | uxp-a970411caf9b1951708efb4987733c6a4581454b.tar.gz |
Issue #1782: Remove Luna, Royale and Zune support from the platform.
These are obsolete system themes; the platform will fall back to generic/unknown
theme support instead.
Diffstat (limited to 'widget/LookAndFeel.h')
-rw-r--r-- | widget/LookAndFeel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/widget/LookAndFeel.h b/widget/LookAndFeel.h index 60ebc2782c..226aa0d61e 100644 --- a/widget/LookAndFeel.h +++ b/widget/LookAndFeel.h @@ -438,11 +438,6 @@ public: eWindowsTheme_Generic = 0, // unrecognized theme eWindowsTheme_Classic, eWindowsTheme_Aero, - eWindowsTheme_LunaBlue, - eWindowsTheme_LunaOlive, - eWindowsTheme_LunaSilver, - eWindowsTheme_Royale, - eWindowsTheme_Zune, eWindowsTheme_AeroLite }; |