Bug 1256988 - Remove duplicate gfx.content.azure.backends settings in all.js. r=chmanchester

They are useless because they replicate what is already set in the #else
case above them.
This commit is contained in:
Mike Hommey 2016-03-16 13:52:12 +09:00
Родитель 7f131dbc35
Коммит 1e802dcbc4
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -723,13 +723,6 @@ pref("gfx.content.azure.backends", "cairo");
#endif
#endif
#ifdef MOZ_WIDGET_GTK2
pref("gfx.content.azure.backends", "cairo");
#endif
#ifdef ANDROID
pref("gfx.content.azure.backends", "cairo");
#endif
pref("gfx.work-around-driver-bugs", true);
pref("gfx.prefer-mesa-llvmpipe", false);