Skip to content

Commit db64a8f

Browse files
committed
Remove unused import for lint
1 parent 98c15c2 commit db64a8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/browser/parts/editor/editorStatus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ import { themeColorFromId } from 'vs/platform/theme/common/themeService';
5454
import { ITelemetryData, ITelemetryService } from 'vs/platform/telemetry/common/telemetry';
5555
import { SideBySideEditorInput } from 'vs/workbench/common/editor/sideBySideEditorInput';
5656
import { AutomaticLanguageDetectionLikelyWrongClassification, AutomaticLanguageDetectionLikelyWrongId, IAutomaticLanguageDetectionLikelyWrongData, ILanguageDetectionService } from 'vs/workbench/services/languageDetection/common/languageDetectionWorkerService';
57-
import { IModelContentChangedEvent } from 'vs/editor/common/textModelEvents';
5857

5958
class SideBySideEditorEncodingSupport implements IEncodingSupport {
6059
constructor(private primary: IEncodingSupport, private secondary: IEncodingSupport) { }

0 commit comments

Comments
 (0)