Skip to content

Commit ab3e5f9

Browse files
committed
unused code
1 parent 7465af9 commit ab3e5f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/workbench/contrib/remote/browser/tunnelView.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { IWorkbenchEnvironmentService } from 'vs/workbench/services/environment/
2323
import { Disposable, IDisposable, toDisposable, MutableDisposable, dispose, DisposableStore } from 'vs/base/common/lifecycle';
2424
import { ActionBar } from 'vs/base/browser/ui/actionbar/actionbar';
2525
import { IconLabel } from 'vs/base/browser/ui/iconLabel/iconLabel';
26-
import { ActionRunner, IAction, IActionViewItem } from 'vs/base/common/actions';
26+
import { ActionRunner, IAction } from 'vs/base/common/actions';
2727
import { IMenuService, MenuId, IMenu, MenuRegistry, MenuItemAction, ILocalizedString } from 'vs/platform/actions/common/actions';
2828
import { createAndFillInContextMenuActions, createAndFillInActionBarActions, MenuEntryActionViewItem } from 'vs/platform/actions/browser/menuEntryActionViewItem';
2929
import { IRemoteExplorerService, TunnelModel, MakeAddress, TunnelType, ITunnelItem, Tunnel } from 'vs/workbench/services/remote/common/remoteExplorerService';
@@ -452,7 +452,6 @@ export class TunnelPanel extends ViewPane {
452452
@IQuickInputService protected quickInputService: IQuickInputService,
453453
@ICommandService protected commandService: ICommandService,
454454
@IMenuService private readonly menuService: IMenuService,
455-
@INotificationService private readonly notificationService: INotificationService,
456455
@IContextViewService private readonly contextViewService: IContextViewService,
457456
@IThemeService themeService: IThemeService,
458457
@IRemoteExplorerService private readonly remoteExplorerService: IRemoteExplorerService,

0 commit comments

Comments
 (0)