From c2aa8d9eff8886f3feaf9d8baff3ad99f8325f52 Mon Sep 17 00:00:00 2001 From: Jerker Dahlblom Date: Sun, 21 Jan 2024 11:25:14 +0200 Subject: [PATCH] Removed property --- src/client/DCSInsight/App.config | 3 --- .../DCSInsight/Properties/Settings.Designer.cs | 12 ------------ src/client/DCSInsight/Properties/Settings.settings | 3 --- 3 files changed, 18 deletions(-) diff --git a/src/client/DCSInsight/App.config b/src/client/DCSInsight/App.config index 2192e2f..11e2f1d 100644 --- a/src/client/DCSInsight/App.config +++ b/src/client/DCSInsight/App.config @@ -22,9 +22,6 @@ -1 - - 0 - \ No newline at end of file diff --git a/src/client/DCSInsight/Properties/Settings.Designer.cs b/src/client/DCSInsight/Properties/Settings.Designer.cs index 23a49f5..a337483 100644 --- a/src/client/DCSInsight/Properties/Settings.Designer.cs +++ b/src/client/DCSInsight/Properties/Settings.Designer.cs @@ -82,17 +82,5 @@ public double LuaWindowLeft { this["LuaWindowLeft"] = value; } } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] - public int MainScreenId { - get { - return ((int)(this["MainScreenId"])); - } - set { - this["MainScreenId"] = value; - } - } } } diff --git a/src/client/DCSInsight/Properties/Settings.settings b/src/client/DCSInsight/Properties/Settings.settings index fd82c68..be95beb 100644 --- a/src/client/DCSInsight/Properties/Settings.settings +++ b/src/client/DCSInsight/Properties/Settings.settings @@ -17,8 +17,5 @@ -1 - - 0 - \ No newline at end of file