зеркало из https://github.com/mozilla/pjs.git
bug 360479 - Removes obsolete methods. Patch by <gekacheka@yahoo.com> r1=lilmatt, r2=jminta
This commit is contained in:
Родитель
9ed511f639
Коммит
25b97a7c2f
|
@ -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[
|
||||
|
|
Загрузка…
Ссылка в новой задаче