1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:22:26 +01:00

Remove spurious code.

This commit is contained in:
Kris Maglione
2008-10-01 17:50:00 +00:00
parent 511162bd82
commit b7267adb21

View File

@@ -494,7 +494,6 @@ liberator.Bookmarks = function () //{{{
destroy: function ()
{
bookmarksService.removeObserver(observer, false);
}
};
//}}}