summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
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 f0cc40bd9..70dcee8a1 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -1892,7 +1892,6 @@ void Being::drawEmotion(Graphics *const graphics,
}
else if (mShowBadges == 3 && mDispName && gui)
{
- Font *const font = gui->getFont();
x = px + 8 - mBadgesCount * 8;
y = mDispName->getY() - offsetY;
}