Skip to content

Commit

Permalink
Remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbware committed Oct 6, 2023
1 parent 096aae1 commit e2f5d95
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions COMET.Web.Common/Components/BookEditor/EditorPopup.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,11 @@ public partial class EditorPopup
/// </summary>
private bool showName;

/// <summary>
/// The name of the ShowName property on the configuration file
/// </summary>
private const string showNameConfigurationProperty = "ShowName";

/// <summary>
/// Sets if the component should show the shorname field
/// </summary>
private bool showShortName;

/// <summary>
/// The name of the ShowShortName property on the configuration file
/// </summary>
private const string showShortNameConfigurationProperty = "ShowShortName";

/// <summary>
/// Method invoked when the component is ready to start, having received its
/// initial parameters from its parent in the render tree.
Expand Down

0 comments on commit e2f5d95

Please sign in to comment.