diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 15:15:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 15:15:37 +0300 |
commit | 6279b10249efa59b3161b014899465fe4bb08da4 (patch) | |
tree | dc61c653afa8aae8d647eaf1f65453cde93a88fd /src/gui/windows/chatwindow.h | |
parent | 65b3a9a1067a6f4d5d5950ccb41a426e782b69be (diff) | |
download | plus-6279b10249efa59b3161b014899465fe4bb08da4.tar.gz plus-6279b10249efa59b3161b014899465fe4bb08da4.tar.bz2 plus-6279b10249efa59b3161b014899465fe4bb08da4.tar.xz plus-6279b10249efa59b3161b014899465fe4bb08da4.zip |
Move chatlog into separate file.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 17 |
1 files changed, 0 insertions, 17 deletions
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. * |