diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-08 06:23:54 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-08 06:23:54 -0600 |
commit | 89f59c09fec10ff163f410960f77a9391f9e1e61 (patch) | |
tree | 92041c233db743748ab7005c638c3c4374b339f9 /src/CMakeLists.txt | |
parent | 098b9f71c878af8862e8ef80289e806c93464513 (diff) | |
download | mana-89f59c09fec10ff163f410960f77a9391f9e1e61.tar.gz mana-89f59c09fec10ff163f410960f77a9391f9e1e61.tar.bz2 mana-89f59c09fec10ff163f410960f77a9391f9e1e61.tar.xz mana-89f59c09fec10ff163f410960f77a9391f9e1e61.zip |
Move ChatInput into the files for ChatWindow
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 615a0975..89c70081 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -120,8 +120,6 @@ SET(SRCS gui/charcreatedialog.h gui/chat.cpp gui/chat.h - gui/chatinput.cpp - gui/chatinput.h gui/confirm_dialog.cpp gui/confirm_dialog.h gui/debugwindow.cpp |