Skip to content

Commit 8ebecef

Browse files
committed
fix: remove unused code
1 parent 9e32491 commit 8ebecef

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/extensionsIntegrated/TabBar/more-options.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,6 @@ define(function (require, exports, module) {
6868
}
6969

7070

71-
/**
72-
* "CLOSE ACTIVE TAB"
73-
* this closes the currently active tab
74-
* doesn't matter if the context menu is opened from this tab or some other tab
75-
*/
76-
function handleCloseActiveTab() {
77-
// This simply executes the FILE_CLOSE command without parameters
78-
// which will close the currently active file
79-
CommandManager.execute(Commands.FILE_CLOSE);
80-
}
81-
82-
8371
/**
8472
* "CLOSE ALL TABS"
8573
* This will close all tabs in the specified pane

0 commit comments

Comments
 (0)