Skip to content

Commit fc61452

Browse files
authored
SCM - remove code that is not being referenced (microsoft#263227)
1 parent d551c82 commit fc61452

File tree

1 file changed

+0
-4
lines changed
  • src/vs/workbench/contrib/scm/common

1 file changed

+0
-4
lines changed

src/vs/workbench/contrib/scm/common/scm.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,3 @@ export interface ISCMViewService {
243243
readonly activeRepository: IObservable<ISCMRepository | undefined>;
244244
pinActiveRepository(repository: ISCMRepository | undefined): void;
245245
}
246-
247-
export const SCM_CHANGES_EDITOR_ID = 'workbench.editor.scmChangesEditor';
248-
249-
export interface ISCMChangesEditor { }

0 commit comments

Comments
 (0)