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.