Bug 352668 - remove File | Quit menu item from event/task window (remove unused function). r=mschroeder

This commit is contained in:
Przemyslaw Bialik 2008-11-12 20:59:05 +01:00
Родитель ac5cc650bd
Коммит 4035f4592a
1 изменённых файлов: 0 добавлений и 11 удалений

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

@ -1933,17 +1933,6 @@ function onCommandSave(aIsClosing) {
}
function onCommandExit() {
// the correct way would be to hook 'onCancel' to the
// 'tryToClose' attribute, but if the user wants to save
// the changes we're running into trouble since the calendar
// engine won't exit any longer, which results in dataloss.
// window.tryToClose = onCancel;
if (onCancel()) {
goQuitApplication()
}
}
function onCommandViewToolbar(aToolbarId, aMenuItemId) {
var toolbar = document.getElementById(aToolbarId);
var menuItem = document.getElementById(aMenuItemId);