summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-10-26 00:38:00 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-10-26 00:38:00 +0000
commitfb993c22ae46aba68c02e3c669804a25b24d2c73 (patch)
tree955063eda932b1f9f2264acce54bac71dcc8572d /ChangeLog
parentdb8b740bfa402c929247efd954096fac7b72b2a3 (diff)
downloadmana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.tar.gz
mana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.tar.bz2
mana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.tar.xz
mana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.zip
Removed some completely useless code from the chat class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e526e6df..3cc718ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* src/browserbox.cpp, src/browserbox.h, src/chat.h, src/main.cpp:
Added possibility of length limitation to browserbox and used it
for the chatlog (length set by the config option "ChatLogLength").
+ * src/chat.cpp, src/chat.h: Removed some completely useless code
+ from the chat class.
2007-10-24 Philipp Sehmisch <tmw@crushnet.org>