From 32a134f31a69797c9277300553c324fe6d598798 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Mon, 27 Oct 2014 14:20:59 +0000 Subject: [PATCH] Remove unused class alias from libs/chat.php --- src/mibew/libs/chat.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mibew/libs/chat.php b/src/mibew/libs/chat.php index c9190a36..32ae754f 100644 --- a/src/mibew/libs/chat.php +++ b/src/mibew/libs/chat.php @@ -17,8 +17,6 @@ * limitations under the License. */ -// Import namespaces and classes of the core -use Mibew\Database; use Mibew\Settings; use Mibew\Thread; use Mibew\Style\ChatStyle;