Skip to content

Commit f9a98d7

Browse files
author
Akos Kitta
committed
Removed an unused field.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent df33c56 commit f9a98d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export class ArduinoFrontendContribution implements TabBarToolbarContribution, C
146146
@inject(MonitorConnection)
147147
protected readonly monitorConnection: MonitorConnection;
148148

149-
protected boardsToolbarItem: BoardsToolBarItem | null;
150149
protected wsSketchCount: number = 0;
151150

152151
@postConstruct()
@@ -196,7 +195,6 @@ export class ArduinoFrontendContribution implements TabBarToolbarContribution, C
196195
id: BoardsToolBarItem.TOOLBAR_ID,
197196
render: () => <BoardsToolBarItem
198197
key='boardsToolbarItem'
199-
ref={ref => this.boardsToolbarItem = ref}
200198
commands={this.commands}
201199
boardsServiceClient={this.boardsServiceClient}
202200
boardService={this.boardsService} />,

0 commit comments

Comments
 (0)