diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js index 4d5a050c..c4d0189e 100644 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -534,10 +534,6 @@ function Bookmarks() //{{{ process: [template.icon, template.bookmarkDescription] }), - // if "bypassCache" is true, it will force a reload of the bookmarks database - // on my PC, it takes about 1ms for each bookmark to load, so loading 1000 bookmarks - // takes about 1 sec - // Huh? --djk // TODO: why is this a filter? --djk get: function get(filter, tags, maxItems, extra) { diff --git a/common/content/io.js b/common/content/io.js index 57f880bc..369acbd4 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -1059,9 +1059,6 @@ lookup: { let lineNumber = i + 1; - // TODO: messages need to be able to specify - // whether they can be cleared/overwritten or - // should be appended to and the MOW opened liberator.echoerr("Error detected while processing " + file.path, commandline.FORCE_MULTILINE); commandline.echo("line " + lineNumber + ":", commandline.HL_LINENR, commandline.APPEND_TO_MESSAGES); liberator.echoerr("E492: Not an editor command: " + line);