不要な行を削除

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6583 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-04-07 13:49:03 +00:00
parent cd0b4b3594
commit 84469838c7

View File

@ -166,7 +166,6 @@ var TreeStyleTabBookmarksService = {
if ('getContainerNodeWithOptions' in PlacesUtils) { // Firefox 3.5 or later
root = PlacesUtils.getContainerNodeWithOptions(root, false, true);
}
root = root.QueryInterface(Components.interfaces.nsINavHistoryContainerResultNode);
var oldViewer = root.parentResult.viewer;
var wasOpen = root.containerOpen;
if (!wasOpen) {