diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-17 18:40:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-17 18:40:40 +0300 |
commit | d481dcd1baefb5a067069f592cfcb8f5150b8594 (patch) | |
tree | 63e2e28f94be822f84982f58162dabd7ffd80d7e | |
parent | d39d82b4fb368d5ae80c16c5b6709f276b4b96b0 (diff) | |
download | plus-d481dcd1baefb5a067069f592cfcb8f5150b8594.tar.gz plus-d481dcd1baefb5a067069f592cfcb8f5150b8594.tar.bz2 plus-d481dcd1baefb5a067069f592cfcb8f5150b8594.tar.xz plus-d481dcd1baefb5a067069f592cfcb8f5150b8594.zip |
fix compilation warning.
-rw-r--r-- | src/being/being.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 2458f33c4..dab5227ba 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1640,7 +1640,6 @@ void Being::drawSpeech(const int offsetX, const int offsetY) delete mText; mText = nullptr; - const bool isShowName = (speech == NAME_IN_BUBBLE); mSpeechBubble->setPosition(px - (mSpeechBubble->getWidth() / 2), py - getHeight() - (mSpeechBubble->getHeight())); mSpeechBubble->setVisible(true); |