From 6279b10249efa59b3161b014899465fe4bb08da4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 16 May 2014 15:15:37 +0300 Subject: Move chatlog into separate file. --- src/gui/windows/chatwindow.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/gui/windows') diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 114c6008c..98b1eb73e 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -59,23 +59,6 @@ enum Own BY_UNKNOWN = -1 }; -/** One item in the chat log */ -struct CHATLOG final -{ - CHATLOG() : - nick(), - text(), - own(BY_UNKNOWN) - { - } - - A_DELETE_COPY(CHATLOG) - - std::string nick; - std::string text; - Own own; -}; - /** * The chat window. * -- cgit v1.2.3-70-g09d2