summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-17 18:40:40 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-17 18:40:40 +0300
commitd481dcd1baefb5a067069f592cfcb8f5150b8594 (patch)
tree63e2e28f94be822f84982f58162dabd7ffd80d7e /src/being
parentd39d82b4fb368d5ae80c16c5b6709f276b4b96b0 (diff)
downloadplus-d481dcd1baefb5a067069f592cfcb8f5150b8594.tar.gz
plus-d481dcd1baefb5a067069f592cfcb8f5150b8594.tar.bz2
plus-d481dcd1baefb5a067069f592cfcb8f5150b8594.tar.xz
plus-d481dcd1baefb5a067069f592cfcb8f5150b8594.zip
fix compilation warning.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/being.cpp1
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);