summaryrefslogtreecommitdiff
path: root/src/gui/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r--src/gui/inventory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h
index 177b5662..43a23ede 100644
--- a/src/gui/inventory.h
+++ b/src/gui/inventory.h
@@ -50,11 +50,6 @@ class InventoryWindow : public Window, gcn::ActionListener {
~InventoryWindow();
/**
- * Draws the inventory window.
- */
- void draw(gcn::Graphics *graphics);
-
- /**
* Add an item the inventory.
*/
int addItem(int index, int id, int quantity, bool equipment);