From 72668ed0572a604a8bdbe06631643921c719a2ba Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 10 Aug 2021 18:16:04 -0400 Subject: [PATCH] Clean imports --- Dalamud/Game/ChatHandlers.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index 58701a572..61001fe4b 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -2,7 +2,6 @@ using System; using System.Collections.Generic; using System.Linq; using System.Reflection; -using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks;