From c448de2c17b034e031499a462ec68acffbb7fb55 Mon Sep 17 00:00:00 2001 From: mshafer1 <2565361+mshafer1@users.noreply.github.com> Date: Sat, 21 Dec 2024 09:40:03 -0600 Subject: [PATCH] remove unused imports --- ntfysh_client/NotificationDialog.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ntfysh_client/NotificationDialog.cs b/ntfysh_client/NotificationDialog.cs index a824801..f02ab4d 100644 --- a/ntfysh_client/NotificationDialog.cs +++ b/ntfysh_client/NotificationDialog.cs @@ -2,8 +2,6 @@ using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; -using System.ComponentModel; -using Microsoft.Win32; using System.Diagnostics; using ntfysh_client.Themes;