From ed178594c6b788f81b2858b000d99bb47b8c0bfa Mon Sep 17 00:00:00 2001 From: DanielPharos Date: Sun, 20 Oct 2019 14:10:10 +0200 Subject: [PATCH] Commented out currently unused member. --- Notifier/UI/Windows/NotificationWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notifier/UI/Windows/NotificationWindow.xaml.cs b/Notifier/UI/Windows/NotificationWindow.xaml.cs index fbd78502..b9d80308 100644 --- a/Notifier/UI/Windows/NotificationWindow.xaml.cs +++ b/Notifier/UI/Windows/NotificationWindow.xaml.cs @@ -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)