From dd2162af7727c0f30d77cc7ae33ccbb346611b20 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 8 Nov 2013 21:01:05 +0000 Subject: Code cleanups, removed unnecessary functions, added star coronas to the map. --- src/client/inventorywindow.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/client/inventorywindow.cc') diff --git a/src/client/inventorywindow.cc b/src/client/inventorywindow.cc index 5ffee72..459d7c5 100644 --- a/src/client/inventorywindow.cc +++ b/src/client/inventorywindow.cc @@ -92,14 +92,6 @@ InventoryWindow::~InventoryWindow() { } -void InventoryWindow::toggle() -{ - if (visible()) - hide(); - else - show(); -} - void InventoryWindow::update_inventory() { const float icon_size = 24.0f; // small icons -- cgit v1.2.3