diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 6b7304944..a93029154 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -205,7 +205,6 @@ public: Inventory* getInventory(); const Inventory* getInventory() const; InventoryLocation getInventoryLocation() const; - void setInventoryModified(); std::string getWieldList() const; int getWieldIndex() const; void setWieldIndex(int i); @@ -317,7 +316,6 @@ private: public: // Some flags used by Server bool m_moved; - bool m_inventory_not_sent; float m_physics_override_speed; float m_physics_override_jump; |