summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-10-01 10:25:58 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-10-01 10:25:58 +0000
commita2276c7fced60c866eb64504839c3ec3cbc807c7 (patch)
tree7e1a84524a00412ea45b9d93324c90ca8904d708 /firefox.sh.in
parent- Fixed #242657 - firefox -g doesn't work (diff)
downloadlibrewolf-fedora-ff-a2276c7fced60c866eb64504839c3ec3cbc807c7.tar.gz
librewolf-fedora-ff-a2276c7fced60c866eb64504839c3ec3cbc807c7.tar.bz2
librewolf-fedora-ff-a2276c7fced60c866eb64504839c3ec3cbc807c7.zip
removed unused plugin check
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index e9c3ae1..a7bea1b 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -144,14 +144,6 @@ function open_compose() {
# OK, here's where all the real work gets done
-##
-## If plugins are wrapped, check them
-##
-if [ -x "/usr/bin/mozilla-plugin-config" ]
-then
- /usr/bin/mozilla-plugin-config
-fi
-
# check to see if there's an already running instance or not
ALREADY_RUNNING=`check_running`
bgstack15