diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-02-20 18:57:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 18:57:53 +0100 |
commit | d77729916b4b9c2b67abd41181336c2cbb1da968 (patch) | |
tree | 8570f17500f94cc5c4275517b7c4d1958ca813e6 /widget | |
parent | 8826313be011b3077c3ac4c6238f2b62e1f3227d (diff) | |
parent | 4c697043da9fe3f58a7e070dad74eab6972695a0 (diff) | |
download | UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.gz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.lz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.xz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.zip |
Merge pull request #27 from MoonchildProductions/theme-work
Remove Windows XP and Windows Vista theme components and resources.
Diffstat (limited to 'widget')
-rw-r--r-- | widget/LookAndFeel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/widget/LookAndFeel.h b/widget/LookAndFeel.h index 443852330..cf84b3308 100644 --- a/widget/LookAndFeel.h +++ b/widget/LookAndFeel.h @@ -440,10 +440,7 @@ public: * Operating system versions. */ enum OperatingSystemVersion { - // XXX: The XP and Vista values can now be removed (see bug 1330146). - eOperatingSystemVersion_WindowsXP = 0, - eOperatingSystemVersion_WindowsVista, - eOperatingSystemVersion_Windows7, + eOperatingSystemVersion_Windows7 = 2, eOperatingSystemVersion_Windows8, eOperatingSystemVersion_Windows10, eOperatingSystemVersion_Unknown |