Explorar el Código

Removes dead code

main
Eric Amodio hace 2 años
padre
commit
28ef4d6818
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. +0
    -5
      src/webviews/commitDetails/commitDetailsWebviewView.ts

+ 0
- 5
src/webviews/commitDetails/commitDetailsWebviewView.ts Ver fichero

@ -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;

Cargando…
Cancelar
Guardar