summaryrefslogtreecommitdiffstats
path: root/webbrowser/confvars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'webbrowser/confvars.sh')
-rw-r--r--webbrowser/confvars.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/webbrowser/confvars.sh b/webbrowser/confvars.sh
index 2968529..8b156b0 100644
--- a/webbrowser/confvars.sh
+++ b/webbrowser/confvars.sh
@@ -1,7 +1,4 @@
#! /bin/sh
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Application Basename and Vendor
# MOZ_APP_BASENAME and MOZ_APP_VENDOR must not have spaces.
@@ -88,11 +85,6 @@ MOZ_CHROME_FILE_FORMAT=omni
# Set the default top-level extensions
MOZ_EXTENSIONS_DEFAULT=" gio"
-# Fold Libs
-if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
- MOZ_FOLD_LIBS=1
-fi
-
# Include bundled fonts
if test "$OS_ARCH" = "WINNT" -o \
"$OS_ARCH" = "Linux"; then