From e2f5d95ede6cf034ce035676af3d35f09cbf7f7a Mon Sep 17 00:00:00 2001 From: Robbware Date: Fri, 6 Oct 2023 12:41:47 +0100 Subject: [PATCH] Remove unused properties --- .../Components/BookEditor/EditorPopup.razor.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/COMET.Web.Common/Components/BookEditor/EditorPopup.razor.cs b/COMET.Web.Common/Components/BookEditor/EditorPopup.razor.cs index f0119063..fecfd28a 100644 --- a/COMET.Web.Common/Components/BookEditor/EditorPopup.razor.cs +++ b/COMET.Web.Common/Components/BookEditor/EditorPopup.razor.cs @@ -75,21 +75,11 @@ public partial class EditorPopup /// private bool showName; - /// - /// The name of the ShowName property on the configuration file - /// - private const string showNameConfigurationProperty = "ShowName"; - /// /// Sets if the component should show the shorname field /// private bool showShortName; - /// - /// The name of the ShowShortName property on the configuration file - /// - private const string showShortNameConfigurationProperty = "ShowShortName"; - /// /// Method invoked when the component is ready to start, having received its /// initial parameters from its parent in the render tree.