summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 02:02:55 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 02:07:59 +0100
commitbf6f383e82add4634c8c091216093596b4587f0d (patch)
tree3d6e2ba5c46766d59fff682c567f121f473ed5c9 /src/Makefile.am
parent1e7dba1ee2f90e927298d5f6a7856ad5006ff789 (diff)
downloadmana-bf6f383e82add4634c8c091216093596b4587f0d.tar.gz
mana-bf6f383e82add4634c8c091216093596b4587f0d.tar.bz2
mana-bf6f383e82add4634c8c091216093596b4587f0d.tar.xz
mana-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/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 964ca076..ff2aae3d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -422,8 +422,6 @@ tmw_SOURCES += \
net/tmwserv/protocol.h \
net/tmwserv/tradehandler.cpp \
net/tmwserv/tradehandler.h \
- resources/buddylist.cpp \
- resources/buddylist.h \
guild.cpp \
guild.h
endif