summaryrefslogtreecommitdiffstats
path: root/source/cChestEntity.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cChestEntity.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h
index 2ae87d59f..6e625f8f5 100644
--- a/source/cChestEntity.h
+++ b/source/cChestEntity.h
@@ -37,8 +37,6 @@ public:
const cItem * GetSlot( int a_Slot ) const;
void SetSlot( int a_Slot, cItem & a_Item );
- OBSOLETE bool LoadFromFile(cFile & a_File); // deprecated format
-
bool LoadFromJson( const Json::Value& a_Value );
virtual void SaveToJson(Json::Value& a_Value ) override;