diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-21 15:59:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-21 15:59:43 +0300 |
commit | 58a6cd09e9dad44565b939599fa24c5d82011820 (patch) | |
tree | 73cd52edf76433760ecdd7b6a0cd8c377b6d73f9 /src/net/ea/beingrecv.cpp | |
parent | 5c61d7b6e04a824b9a60f25e73abd938487b2fc4 (diff) | |
download | mv-58a6cd09e9dad44565b939599fa24c5d82011820.tar.gz mv-58a6cd09e9dad44565b939599fa24c5d82011820.tar.bz2 mv-58a6cd09e9dad44565b939599fa24c5d82011820.tar.xz mv-58a6cd09e9dad44565b939599fa24c5d82011820.zip |
Remove function BeingRecv::setSprite
Diffstat (limited to 'src/net/ea/beingrecv.cpp')
-rw-r--r-- | src/net/ea/beingrecv.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index a32ad0ecb..c93d26a2c 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -542,14 +542,4 @@ Being *BeingRecv::createBeing(const BeingId id, return being; } -void BeingRecv::setSprite(Being *const being, - const unsigned int slot, - const int id, - const std::string &color) -{ - if (!being) - return; - being->updateSprite(slot, id, color); -} - } // namespace Ea |