File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -681,12 +681,6 @@ export class Repository implements Disposable {
681
681
private _onDidChangeBranchProtection = new EventEmitter < void > ( ) ;
682
682
readonly onDidChangeBranchProtection : Event < void > = this . _onDidChangeBranchProtection . event ;
683
683
684
- private _onDidStartCommitMessageGeneration = new EventEmitter < void > ( ) ;
685
- readonly onDidStartCommitMessageGeneration : Event < void > = this . _onDidStartCommitMessageGeneration . event ;
686
-
687
- private _onDidEndCommitMessageGeneration = new EventEmitter < void > ( ) ;
688
- readonly onDidEndCommitMessageGeneration : Event < void > = this . _onDidEndCommitMessageGeneration . event ;
689
-
690
684
@memoize
691
685
get onDidChangeOperations ( ) : Event < void > {
692
686
return anyEvent ( this . onRunOperation as Event < any > , this . onDidRunOperation as Event < any > ) ;
You can’t perform that action at this time.
0 commit comments