Removed old pref command handler.

This commit is contained in:
mgalli%geckonnection.com 2005-10-21 19:52:35 +00:00
Родитель 5958bb9ca8
Коммит 5faafa511f
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

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