mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-10 21:06:33 +00:00
Removed an unused field.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
df33c5689f
commit
f9a98d708e
@ -146,7 +146,6 @@ export class ArduinoFrontendContribution implements TabBarToolbarContribution, C
|
||||
@inject(MonitorConnection)
|
||||
protected readonly monitorConnection: MonitorConnection;
|
||||
|
||||
protected boardsToolbarItem: BoardsToolBarItem | null;
|
||||
protected wsSketchCount: number = 0;
|
||||
|
||||
@postConstruct()
|
||||
@ -196,7 +195,6 @@ export class ArduinoFrontendContribution implements TabBarToolbarContribution, C
|
||||
id: BoardsToolBarItem.TOOLBAR_ID,
|
||||
render: () => <BoardsToolBarItem
|
||||
key='boardsToolbarItem'
|
||||
ref={ref => this.boardsToolbarItem = ref}
|
||||
commands={this.commands}
|
||||
boardsServiceClient={this.boardsServiceClient}
|
||||
boardService={this.boardsService} />,
|
||||
|
Loading…
x
Reference in New Issue
Block a user