diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-10-18 21:40:25 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-10-18 21:40:25 +0000 |
commit | aa6a0b7b75bc05e51805b6f377ca6278f1f58436 (patch) | |
tree | 718c211089348a3b67641d16821a98ae88de0285 /src/gui/chat.cpp | |
parent | d0333c99e0ff4c5510875bf8993056875d6c93af (diff) | |
download | mana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.gz mana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.bz2 mana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.xz mana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.zip |
Added automatic widget cleanup to the window class.
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 20deb1a7..2050745e 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -77,9 +77,7 @@ ChatWindow::ChatWindow(const std::string &logfile): ChatWindow::~ChatWindow() { - delete chatInput; delete textOutput; - delete scrollArea; chatlog_file.flush(); chatlog_file.close(); |