From a2276c7fced60c866eb64504839c3ec3cbc807c7 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 1 Oct 2007 10:25:58 +0000 Subject: removed unused plugin check --- firefox.sh.in | 8 -------- 1 file changed, 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` -- cgit