diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/windows/shopwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/shopwindow.cpp b/src/gui/windows/shopwindow.cpp index 67e361715..3eff4682b 100644 --- a/src/gui/windows/shopwindow.cpp +++ b/src/gui/windows/shopwindow.cpp @@ -849,8 +849,6 @@ void ShopWindow::showList(const std::string &nick, std::string data) { // +++ need support for colors const Item *const item = inv->findItem(id, ItemColor_zero); - bool enabled(true); - if (item) { if (item->getQuantity() < amount) |