diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-27 02:02:55 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-27 02:07:59 +0100 |
commit | bf6f383e82add4634c8c091216093596b4587f0d (patch) | |
tree | 3d6e2ba5c46766d59fff682c567f121f473ed5c9 /src/CMakeLists.txt | |
parent | 1e7dba1ee2f90e927298d5f6a7856ad5006ff789 (diff) | |
download | mana-client-bf6f383e82add4634c8c091216093596b4587f0d.tar.gz mana-client-bf6f383e82add4634c8c091216093596b4587f0d.tar.bz2 mana-client-bf6f383e82add4634c8c091216093596b4587f0d.tar.xz mana-client-bf6f383e82add4634c8c091216093596b4587f0d.zip |
Removed the unused BuddyList class
This class would store the buddy list in a file on the client, which is
really not that useful.
It was removed before in d268447e18c6e3edd80658f8f8d4317740c33af9, but
apprently had come back with the merge with mainline.
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 babf1629..4fa61ca7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -324,8 +324,6 @@ SET(SRCS resources/ambientoverlay.h resources/animation.cpp resources/animation.h - resources/buddylist.cpp - resources/buddylist.h resources/colordb.cpp resources/colordb.h resources/dye.cpp |