Skip to content

Commit ed28117

Browse files
committed
Remove unused refreshActive
1 parent bbb7bf3 commit ed28117

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/github/pullRequestOverview.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,6 @@ export class PullRequestOverviewPanel extends IssueOverviewPanel<PullRequestMode
113113
}
114114
}
115115

116-
public static refreshActive(): void {
117-
const panel = this.getActivePanel();
118-
if (panel) {
119-
panel.refreshPanel();
120-
}
121-
}
122-
123-
public static override refresh(owner: string, repo: string, number: number): void {
124-
const panel = this.findPanel(owner, repo, number);
125-
if (panel) {
126-
panel.refreshPanel();
127-
}
128-
}
129-
130116
/**
131117
* Scroll the webview to the pending review section.
132118
*/

0 commit comments

Comments
 (0)