summaryrefslogtreecommitdiff
path: root/src/guiInventoryMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-22 11:29:06 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-22 11:29:06 +0200
commit2e41a5e304d9c35ece851b8a65482bca8784b582 (patch)
treeb8508e3d2f752367a74970385fa4ec9244eb04b0 /src/guiInventoryMenu.h
parent4ec61b0ccdedecf54cd697d0b1cfa16aaf92bf82 (diff)
downloadminetest-2e41a5e304d9c35ece851b8a65482bca8784b582.tar.gz
minetest-2e41a5e304d9c35ece851b8a65482bca8784b582.tar.bz2
minetest-2e41a5e304d9c35ece851b8a65482bca8784b582.zip
just savin'
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r--src/guiInventoryMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiInventoryMenu.h b/src/guiInventoryMenu.h
index 8bfade4c4..b581a1166 100644
--- a/src/guiInventoryMenu.h
+++ b/src/guiInventoryMenu.h
@@ -61,6 +61,7 @@ public:
void resizeGui();
// Updates stuff from inventory to screen
+ // TODO: Remove, not used
void update();
void draw();
@@ -80,7 +81,6 @@ public:
private:
Inventory *m_inventory;
- core::array<GUIInventorySlot*> m_slots;
v2u32 m_screensize_old;
};