From af9665f3ce42d8e77a0ab5621245ef2440e10aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 2 Apr 2023 22:52:11 +0200 Subject: [PATCH] Removed unneccesary using directive --- GUI/PasswordListBox.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GUI/PasswordListBox.cs b/GUI/PasswordListBox.cs index 842a6fa..180a55a 100644 --- a/GUI/PasswordListBox.cs +++ b/GUI/PasswordListBox.cs @@ -1,6 +1,4 @@ -using System.Collections; - -namespace GUI; +namespace GUI; public delegate string SearchQuery(); public class PasswordListBox : ListBox