Bug 929036 - Remove legacy timer code; r=smacleod

This commit is contained in:
Tim Taubert
2013-10-21 19:01:00 +02:00
parent 4a189d9e42
commit 4133306ca0

View File

@@ -581,9 +581,6 @@ let SessionStoreInternal = {
case "nsPref:changed": // catch pref changes
this.onPrefChange(aData);
break;
case "timer-callback": // timer call back for delayed saving
this.onTimerCallback();
break;
}
},