Skip to content

Commit 4027f9a

Browse files
author
Kapil Borle
committed
Remove unused variable from Settings.cs
1 parent 8cfa65e commit 4027f9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Engine/Settings.cs

-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ private void parseSettingsHashtable(Hashtable settingsHashtable)
421421
}
422422

423423
var booleanVal = (bool)val;
424-
var thisType = this.GetType();
425424
var field = this.GetType().GetField(
426425
key,
427426
BindingFlags.Instance | BindingFlags.IgnoreCase | BindingFlags.NonPublic);

0 commit comments

Comments
 (0)