Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/inventorywindow.h')
-rw-r--r--src/client/inventorywindow.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/inventorywindow.h b/src/client/inventorywindow.h
index 472957b..b3f81e2 100644
--- a/src/client/inventorywindow.h
+++ b/src/client/inventorywindow.h
@@ -21,7 +21,7 @@
namespace client {
/**
- * @brief an inventory window widget
+ * @brief a player inventory window
*/
class InventoryWindow : public ui::Window
{
@@ -29,8 +29,6 @@ public:
InventoryWindow(ui::Widget *parent = 0);
~InventoryWindow();
- void toggle();
-
virtual void show();
protected: