Skip to content

Commit 5e55ebb

Browse files
committed
Removing unused code
1 parent 48a53cb commit 5e55ebb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/webview/webview.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { provideVSCodeDesignSystem, vsCodeDataGrid, vsCodeDataGridCell, vsCodeDataGridRow } from '@vscode/webview-ui-toolkit';
22
const vscode = acquireVsCodeApi();
33
provideVSCodeDesignSystem().register(vsCodeDataGrid(), vsCodeDataGridRow(), vsCodeDataGridCell());
4-
let originalResxInJson = null;
54

65
(function () {
76

@@ -82,7 +81,7 @@ let originalResxInJson = null;
8281

8382
function updateContent(/** @type {string} **/ text) {
8483
if (text) {
85-
originalResxInJson = text;
84+
8685
var resxValues = [];
8786

8887
let json;

0 commit comments

Comments
 (0)