diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-04 23:55:09 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-04 23:55:09 +0200 |
commit | 966be40441f358354055819c6eed1420f18a0792 (patch) | |
tree | 9fb632a8f7bd1b662a52891908befc630115dcb5 /src/CMakeLists.txt | |
parent | 6cacaa3d7f55d91d8b7ca178f8595cc6c6b4383d (diff) | |
download | mana-966be40441f358354055819c6eed1420f18a0792.tar.gz mana-966be40441f358354055819c6eed1420f18a0792.tar.bz2 mana-966be40441f358354055819c6eed1420f18a0792.tar.xz mana-966be40441f358354055819c6eed1420f18a0792.zip |
Removed the no longer used EmoteContainer class
This code moved into EmotePopup.
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 d5f8c9a7..87b300bb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -126,8 +126,6 @@ SET(SRCS gui/confirmdialog.h gui/debugwindow.cpp gui/debugwindow.h - gui/emotecontainer.cpp - gui/emotecontainer.h gui/emotepopup.cpp gui/emotepopup.h gui/emoteshortcutcontainer.cpp |