remove unused method

This commit is contained in:
rebornix
2018-11-29 10:38:42 -08:00
parent 52811a3a48
commit 9eb6d908e3
2 changed files with 0 additions and 8 deletions

View File

@@ -1041,7 +1041,6 @@ export interface ExtHostCommentsShape {
$startDraft(handle: number): Thenable<void>;
$deleteDraft(handle: number): Thenable<void>;
$finishDraft(handle: number): Thenable<void>;
$getStartDraftLabel(handle: number): Thenable<string>;
$provideWorkspaceComments(handle: number): Thenable<modes.CommentThread[]>;
}