summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 4ad7237..8bace48 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -67,15 +67,6 @@ MOZ_PROGRAM="$MOZ_DIST_BIN/$MOZ_FIREFOX_FILE"
MOZ_LAUNCHER="$MOZ_DIST_BIN/run-mozilla.sh"
##
-## Enable X11 backend by default?
-##
-if __DEFAULT_X11__; then
- if ! [ "$GDK_BACKEND" ]; then
- export GDK_BACKEND=x11
- fi
-fi
-
-##
## Set MOZ_GRE_CONF
##
MOZ_GRE_CONF=/etc/gre.d/gre.conf
bgstack15