summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch')
-rw-r--r--gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch b/gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch
deleted file mode 100644
index 3d3c4c592a..0000000000
--- a/gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Re-enable hardware acceleration and WebGL.
-
---- icecat-31.8.0/browser/app/profile/icecat.js.orig 2015-07-13 18:14:27.000000000 -0400
-+++ icecat-31.8.0/browser/app/profile/icecat.js 2015-07-15 13:55:39.273124982 -0400
-@@ -1756,7 +1756,3 @@
- pref("security.ssl3.dhe_rsa_aes_256_sha", false);
- pref("security.ssl3.dhe_dss_aes_128_sha", false);
- pref("security.ssl3.dhe_rsa_des_ede3_sha", false);
--
--// Disable hardware acceleration and WebGL
--pref("layers.acceleration.disabled", true);
--pref("webgl.disabled", true);