Skip to content

Commit

Permalink
- Remove unused TaskbarHorizontalHeightLargeDoubleRow
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Jun 12, 2021
1 parent 020c8dc commit fcca662
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HAClimateDeskband/HAClimateUserControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public partial class HAClimateUserControl : UserControl
private readonly JsonSerializerSettings JsonSerializerSettings = new JsonSerializerSettings { Culture = new CultureInfo("en-US") };

static readonly int TaskbarHorizontalHeightSmallDoubleRow = CSDeskBandOptions.TaskbarHorizontalHeightSmall * 2;
static readonly int TaskbarHorizontalHeightLargeDoubleRow = CSDeskBandOptions.TaskbarHorizontalHeightLarge * 2;

public HAClimateUserControl()
{
Expand Down

0 comments on commit fcca662

Please sign in to comment.