Skip to content

Commit

Permalink
PluginTests.js: Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Mar 31, 2024
1 parent 564f816 commit d1adc18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Testing/PluginTests/PluginTests.js
Expand Up @@ -150,7 +150,7 @@ var MergeApp = {
return PluginSettings[ary2[0]][ary1[1]];
},
"SaveOption": function (key, value) {
var t = typeof value === "string" ? "REG_SZ" : "REG_DWORD";
//var t = typeof value === "string" ? "REG_SZ" : "REG_DWORD";
},
"Translate": function (text) {
return text;
Expand Down Expand Up @@ -437,9 +437,6 @@ function EditorAddinTest() {
}

function InsertDateTimeTest() {
var changed = false;
var text = "";
var size;
var p = GetObject("script: " + ScriptFolder + "\\..\\..\\Plugins\\dlls\\insert datetime.sct");
printPluginInfo(p);

Expand Down

0 comments on commit d1adc18

Please sign in to comment.