Skip to content

Commit

Permalink
Commented out currently unused member.
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlasHackert committed Oct 20, 2019
1 parent b9224ce commit ed17859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notifier/UI/Windows/NotificationWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class OptionsViewClass
public string CurrentProfile { get { return FirewallHelper.GetCurrentProfileAsText(); } }


private ToolTip ttip = new ToolTip();
//private ToolTip ttip = new ToolTip();

public event PropertyChangedEventHandler PropertyChanged;
protected void NotifyPropertyChanged(string propertyName)
Expand Down

0 comments on commit ed17859

Please sign in to comment.