From 70c7bdaea0fd7e5dd22e04476bb77eecf9e3fc50 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Fri, 21 Oct 2005 19:52:35 +0000 Subject: [PATCH] Removed old pref command handler. git-svn-id: svn://10.0.0.236/trunk@182735 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/minimo/chrome/content/minimo.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/minimo/chrome/content/minimo.js b/mozilla/minimo/chrome/content/minimo.js index d132d734a9f..76ad0d54778 100755 --- a/mozilla/minimo/chrome/content/minimo.js +++ b/mozilla/minimo/chrome/content/minimo.js @@ -548,11 +548,6 @@ function DoBrowserRSS() { } function DoPanelPreferences() { - window.openDialog("chrome://minimo/content/preferences.xul","preferences","modal,centerscreeen,chrome,resizable=no"); - BrowserReload(); -} - -function DoPanelPreferences2() { window.openDialog("chrome://minimo/content/preferences/preferences.xul","preferences","modal,centerscreeen,chrome,resizable=no"); BrowserReload(); }