From bd739acb52ec49acb95a7b51817881c65270725f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Sat, 19 Jun 2010 08:57:35 +0200 Subject: [PATCH] Bug 572641 - drop Zune and Royale from the windows-default-theme bucket. r=roc --HG-- extra : rebase_source : f4773b6fe2219e5daeb9178d7547f63a18ecc8cf --- widget/src/windows/nsLookAndFeel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/widget/src/windows/nsLookAndFeel.cpp b/widget/src/windows/nsLookAndFeel.cpp index 4d18923283a..1c9a27b32fd 100644 --- a/widget/src/windows/nsLookAndFeel.cpp +++ b/widget/src/windows/nsLookAndFeel.cpp @@ -527,8 +527,6 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric) if (hresult == S_OK && nsWindow::GetWindowsVersion() <= WIN7_VERSION) { LPCWSTR defThemes[] = { L"luna.msstyles", - L"royale.msstyles", - L"zune.msstyles", L"aero.msstyles" };