From a6ebdc20f65b6d61d4bedeb02cfabe0b0cbce9d4 Mon Sep 17 00:00:00 2001 From: ZestyTS Date: Thu, 4 Aug 2022 15:43:40 -0700 Subject: [PATCH] Removed unused variable --- UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs b/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs index 3a2fffd..da40df6 100644 --- a/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs +++ b/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs @@ -103,7 +103,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows throw new Exception(); } } - catch (Exception e) + catch (Exception) { Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {url.ToUpper()} is not implemented yet"); try