mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
remove unused
This commit is contained in:
@@ -129,18 +129,4 @@ export abstract class BaseBinaryResourceEditor extends BaseEditor {
|
||||
|
||||
super.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* An implementation of editor for binary files like images or videos.
|
||||
*/
|
||||
export class BinaryResourceEditor extends BaseBinaryResourceEditor {
|
||||
|
||||
public static ID = 'workbench.editors.binaryResourceEditor';
|
||||
|
||||
constructor(
|
||||
@ITelemetryService telemetryService: ITelemetryService
|
||||
) {
|
||||
super(BinaryResourceEditor.ID, telemetryService);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user