소스 검색

Removes dead code

main
Eric Amodio 2 년 전
부모
커밋
28ef4d6818
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. +0
    -5
      src/webviews/commitDetails/commitDetailsWebviewView.ts

+ 0
- 5
src/webviews/commitDetails/commitDetailsWebviewView.ts 파일 보기

@ -9,7 +9,6 @@ import type { GitFileChange } from '../../git/models/file';
import { GitFile } from '../../git/models/file';
import type { IssueOrPullRequest } from '../../git/models/issue';
import type { PullRequest } from '../../git/models/pullRequest';
import type { GraphSelectionChangeEvent } from '../../plus/webviews/graph/graphWebview';
import { executeCommand } from '../../system/command';
import { debug } from '../../system/decorators/log';
import type { Deferrable } from '../../system/function';
@ -237,10 +236,6 @@ export class CommitDetailsWebviewView extends WebviewViewBase
}
}
private onGraphWebviewSelectionChanged(e: GraphSelectionChangeEvent) {
this.updateCommit(e.selection[0]);
}
private onCommitsViewVisibilityChanged(e: TreeViewVisibilityChangeEvent) {
if (!e.visible) return;

불러오는 중...
취소
저장