Bug 834492 - Drop livemarks support from FUEL. r=mak

This commit is contained in:
Raymond Lee 2013-02-04 13:53:48 +08:00
parent f4e7d4c8ac
commit 3fa781622c

View File

@ -26,14 +26,6 @@ var Utilities = {
return this.bookmarksObserver;
},
get livemarks() {
let livemarks = Cc["@mozilla.org/browser/livemark-service;2"].
getService[Ci.mozIAsyncLivemarks].
QueryInterface(Ci.nsILivemarkService);
this.__defineGetter__("livemarks", function() livemarks);
return this.livemarks;
},
get annotations() {
let annotations = Cc["@mozilla.org/browser/annotation-service;1"].
getService(Ci.nsIAnnotationService);
@ -65,7 +57,6 @@ var Utilities = {
free: function fuelutil_free() {
delete this.bookmarks;
delete this.bookmarksObserver;
delete this.livemarks
delete this.annotations;
delete this.history;
delete this.windowMediator;