bug 360479 - Removes obsolete methods. Patch by <gekacheka@yahoo.com> r1=lilmatt, r2=jminta

This commit is contained in:
mattwillis%gmail.com 2007-01-01 01:22:26 +00:00
Родитель 9ed511f639
Коммит 25b97a7c2f
4 изменённых файлов: 0 добавлений и 32 удалений

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

@ -252,12 +252,6 @@
throw NS_ERROR_NOT_IMPLEMENTED;
]]></body>
</method>
<method name="removeNonWorkdays">
<body><![CDATA[
// No op
return;
]]></body>
</method>
</implementation>
<handlers>
<handler event="move">

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

@ -149,12 +149,6 @@
document.getAnonymousElementByAttribute(this, "anonid", "nav-control").setNames(nameArray);
]]></body>
</method>
<method name="removeNonWorkdays">
<body><![CDATA[
// No op
return;
]]></body>
</method>
</implementation>
</binding>
</bindings>

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

@ -151,9 +151,6 @@
viewElement.showDate(aDate);
if (this.mWorkdaysOnly) {
this.removeNonWorkdays();
}
this.setNavLabels(aDate);
]]></body>
</method>
@ -211,12 +208,6 @@
document.getAnonymousElementByAttribute(this, "anonid", "nav-control").setNames(nameArray);
]]></body>
</method>
<method name="removeNonWorkdays">
<body><![CDATA[
// Not supported yet
return;
]]></body>
</method>
<method name="updateDaysOffPrefs">
<body><![CDATA[

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

@ -201,10 +201,6 @@
viewElement.setDateRange(d1,d2);
if (this.mWorkdaysOnly) {
this.removeNonWorkdays();
}
viewElement.selectedDay = aDate;
this.setNavLabels(firstWeekDate);
]]></body>
@ -262,13 +258,6 @@
document.getAnonymousElementByAttribute(this, "anonid", "nav-control").setNames(nameArray);
]]></body>
</method>
<method name="removeNonWorkdays">
<body><![CDATA[
// This is handled by our pref observers and in the
// embedded view.
return;
]]></body>
</method>
<method name="updateDaysOffPrefs">
<body><![CDATA[