Removed old pref command handler.

git-svn-id: svn://10.0.0.236/trunk@182735 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com 2005-10-21 19:52:35 +00:00
parent 6e2d3828eb
commit 70c7bdaea0

View File

@ -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();
}