Skip to content

Commit

Permalink
Removed commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
comintern committed Nov 13, 2018
1 parent 15671d8 commit 479f27e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Rubberduck.Core/UI/Controls/NumberPicker.xaml.cs
@@ -1,4 +1,5 @@
using System.ComponentModel;
using System;
using System.ComponentModel;
using System.Windows;

// credit to http://stackoverflow.com/a/2752538
Expand Down Expand Up @@ -46,9 +47,6 @@ public int MaxNumber
OnPropertyChanged(new DependencyPropertyChangedEventArgs(MaxNumberProperty, NumValue - 1, NumValue));
}
}
//public int MinNumber { get; set; } = int.MinValue;

//public int MaxNumber { get; set; } = int.MaxValue;

public NumberPicker()
{
Expand Down

0 comments on commit 479f27e

Please sign in to comment.