diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-16 15:16:14 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-16 15:16:14 -0700 |
commit | b9d0f267913c61cd6b490171768bd88c3a472563 (patch) | |
tree | 82f6998ebcfb6a7f8e439a2360e89ec06726e5c2 /src/resources/emotedb.cpp | |
parent | 02010c3e8e2ee08bf49b360fd091dd8b2abc6b15 (diff) | |
download | mana-b9d0f267913c61cd6b490171768bd88c3a472563.tar.gz mana-b9d0f267913c61cd6b490171768bd88c3a472563.tar.bz2 mana-b9d0f267913c61cd6b490171768bd88c3a472563.tar.xz mana-b9d0f267913c61cd6b490171768bd88c3a472563.zip |
Candidate release for 0.0.27.1 (Windows needs to get colors fixed, and
then this build might be official)
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/resources/emotedb.cpp')
-rw-r--r-- | src/resources/emotedb.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/emotedb.cpp b/src/resources/emotedb.cpp index 03096eff..2f43822d 100644 --- a/src/resources/emotedb.cpp +++ b/src/resources/emotedb.cpp @@ -137,11 +137,6 @@ const EmoteInfo& EmoteDB::get(int id) } } -const EmoteInfo& EmoteDB::getUnknown() -{ - return mUnknown; -} - const int& EmoteDB::getLast() { return mLastEmote; |