File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
arduino-ide-extension/src/browser/contributions Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { inject , injectable } from '@theia/core/shared/inversify' ;
2
2
import { Emitter } from '@theia/core/lib/common/event' ;
3
- import {
4
- BoardUserField ,
5
- CoreService ,
6
- MonitorManagerProxyClient ,
7
- } from '../../common/protocol' ;
3
+ import { BoardUserField , CoreService } from '../../common/protocol' ;
8
4
import { ArduinoMenus , PlaceholderMenuNode } from '../menu/arduino-menus' ;
9
5
import { ArduinoToolbar } from '../toolbar/arduino-toolbar' ;
10
6
import { BoardsDataStore } from '../boards/boards-data-store' ;
@@ -38,9 +34,6 @@ export class UploadSketch extends SketchContribution {
38
34
@inject ( UserFieldsDialog )
39
35
protected readonly userFieldsDialog : UserFieldsDialog ;
40
36
41
- @inject ( MonitorManagerProxyClient )
42
- protected readonly monitorManagerProxyClient : MonitorManagerProxyClient ;
43
-
44
37
protected cachedUserFields : Map < string , BoardUserField [ ] > = new Map ( ) ;
45
38
46
39
protected readonly onDidChangeEmitter = new Emitter < Readonly < void > > ( ) ;
You can’t perform that action at this time.
0 commit comments