mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Remove unused interface
This commit is contained in:
@@ -36,11 +36,6 @@ class ConditionalRegistration {
|
||||
}
|
||||
}
|
||||
|
||||
export interface VersionDependentRegistrationDelegate {
|
||||
isSupportedVersion(api: API): boolean;
|
||||
register(): vscode.Disposable;
|
||||
}
|
||||
|
||||
export class VersionDependentRegistration {
|
||||
private readonly _registration: ConditionalRegistration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user