debt - remove some ts-ignored things

This commit is contained in:
Johannes Rieken
2017-11-07 17:23:19 +01:00
parent d2cc96626b
commit 6dc7e364d7
11 changed files with 15 additions and 43 deletions

View File

@@ -66,8 +66,6 @@ export class BoundModelReferenceCollection {
export class MainThreadDocuments implements MainThreadDocumentsShape {
private _modelService: IModelService;
// @ts-ignore unused injected service
private _modeService: IModeService;
private _textModelResolverService: ITextModelService;
private _textFileService: ITextFileService;
private _fileService: IFileService;
@@ -90,7 +88,6 @@ export class MainThreadDocuments implements MainThreadDocumentsShape {
@IUntitledEditorService untitledEditorService: IUntitledEditorService,
) {
this._modelService = modelService;
this._modeService = modeService;
this._textModelResolverService = textModelResolverService;
this._textFileService = textFileService;
this._fileService = fileService;