From 9ea738140d941ef0a7193e4f45278f2923997cc2 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 28 Jun 2026 08:37:54 -0400 Subject: Axe DO_COMMON Signed-off-by: Andrew Opalach --- Config.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Config.cs') diff --git a/Config.cs b/Config.cs index 743abe9..3c14fa4 100755 --- a/Config.cs +++ b/Config.cs @@ -1,6 +1,4 @@ -//#define DO_COMMON - -using SharpPluginLoader.Core.Configuration; +using SharpPluginLoader.Core.Configuration; using SharpPluginLoader.Core; namespace WorldTuningTool @@ -190,9 +188,6 @@ namespace WorldTuningTool public PatchConfig Patches { get; set; } = new PatchConfig(); -#if DO_COMMON - public List CommonGlobals { get; set; } = new List(); -#endif public Dictionary> Globals { get; set; } = new Dictionary>(); public string SelectedGlobal { get; set; } = ""; public Dictionary> Overrides { get; set; } = new Dictionary>(); -- cgit v1.2.3-101-g0448