Remove obsolete code

This commit is contained in:
YUKI Hiroshi 2016-01-21 15:14:16 +09:00
parent 5be6d36583
commit 978bda448d

View File

@ -267,8 +267,6 @@ var TreeStyleTabBookmarksService = inherit(TreeStyleTabService, {
'TSTPreviousTabs = TSTResult.previousTabs;\n' +
'TSTTreeStructureApplied = TSTResult.treeStructureApplied;\n' +
'TSTOpenGroupBookmarkBehavior = TSTResult.behavior;\n' +
'if (typeof replaceCurrentTab != "undefined")\n' +
' replaceCurrentTab = TSTResult.replaceCurrentTab;\n' +
'$1'
).replace(
/(\}\)?)$/,