From b40ad6ee16d067c5a8fea2d011a5dc7cd2866b2f Mon Sep 17 00:00:00 2001 From: ORelio Date: Sat, 27 Jul 2013 12:26:55 +0200 Subject: [PATCH] Removed useless using --- MinecraftClient/ChatParser.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MinecraftClient/ChatParser.cs b/MinecraftClient/ChatParser.cs index 2d3a1e2f..72df379c 100644 --- a/MinecraftClient/ChatParser.cs +++ b/MinecraftClient/ChatParser.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; -using System.Text.RegularExpressions; namespace MinecraftClient {