summaryrefslogtreecommitdiff
path: root/src/shopitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r--src/shopitem.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp
index ecb129112..383f96a03 100644
--- a/src/shopitem.cpp
+++ b/src/shopitem.cpp
@@ -42,9 +42,6 @@ ShopItem::ShopItem(const int inventoryIndex, const int id,
mShowQuantity(true)
{
updateDisplayName(quantity);
- if (quantity > 1)
- mDisplayName.append("[").append(toString(quantity)).append("]");
-
setInvIndex(inventoryIndex);
addDuplicate(inventoryIndex, quantity);
}