mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-10 12:56:32 +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)
|
@inject(MonitorConnection)
|
||||||
protected readonly monitorConnection: MonitorConnection;
|
protected readonly monitorConnection: MonitorConnection;
|
||||||
|
|
||||||
protected boardsToolbarItem: BoardsToolBarItem | null;
|
|
||||||
protected wsSketchCount: number = 0;
|
protected wsSketchCount: number = 0;
|
||||||
|
|
||||||
@postConstruct()
|
@postConstruct()
|
||||||
@ -196,7 +195,6 @@ export class ArduinoFrontendContribution implements TabBarToolbarContribution, C
|
|||||||
id: BoardsToolBarItem.TOOLBAR_ID,
|
id: BoardsToolBarItem.TOOLBAR_ID,
|
||||||
render: () => <BoardsToolBarItem
|
render: () => <BoardsToolBarItem
|
||||||
key='boardsToolbarItem'
|
key='boardsToolbarItem'
|
||||||
ref={ref => this.boardsToolbarItem = ref}
|
|
||||||
commands={this.commands}
|
commands={this.commands}
|
||||||
boardsServiceClient={this.boardsServiceClient}
|
boardsServiceClient={this.boardsServiceClient}
|
||||||
boardService={this.boardsService} />,
|
boardService={this.boardsService} />,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user