Skip to content

Commit 7f843ca

Browse files
committed
src/welcome: delete unused variables
Change-Id: Ia742fb9c0199ae89aa5ad4072e94e69f9766a288 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/544495 Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: 廖柏丞 <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent c6bfee8 commit 7f843ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/welcome.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export class WelcomePanel {
136136
// Local path to css styles and images
137137
const scriptPathOnDisk = joinPath(this.dataroot, 'welcome.js');
138138
const stylePath = joinPath(this.dataroot, 'welcome.css');
139-
const announcePath = vscode.Uri.joinPath(this.dataroot, 'announce.png');
140139
const gopherPath = joinPath(this.dataroot, 'go-logo-blue.png');
141140
const goExtension = vscode.extensions.getExtension(extensionId)!;
142141
const goExtensionVersion = goExtension.packageJSON.version;
@@ -145,7 +144,6 @@ export class WelcomePanel {
145144
const scriptURI = webview.asWebviewUri(scriptPathOnDisk);
146145
const stylesURI = webview.asWebviewUri(stylePath);
147146
const gopherURI = webview.asWebviewUri(gopherPath);
148-
const announceURI = webview.asWebviewUri(announcePath);
149147

150148
// Use a nonce to only allow specific scripts to be run
151149
const nonce = getNonce();

0 commit comments

Comments
 (0)