Skip to content

Commit 5c6b7ea

Browse files
committed
fix: remove unused config binder
1 parent a188b51 commit 5c6b7ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UnityDebuggerAssistant/Plugin.cs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public class Plugin : BaseUnityPlugin
2222
{
2323
public static ManualLogSource? Log;
2424
internal static ConfigEntry<bool> EnableWhitelisting = null!;
25-
internal static ConfigEntry<bool> EnableExperimentalMode = null!;
2625

2726
private void Awake()
2827
{

0 commit comments

Comments
 (0)