diff options
Diffstat (limited to '')
-rw-r--r-- | source/cSignEntity.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cSignEntity.h b/source/cSignEntity.h index 5d9d11a9c..3b633c8af 100644 --- a/source/cSignEntity.h +++ b/source/cSignEntity.h @@ -23,8 +23,6 @@ public: cSignEntity(ENUM_BLOCK_ID a_BlockType, int a_X, int a_Y, int a_Z, cWorld * a_World);
virtual ~cSignEntity();
- OBSOLETE bool LoadFromFile(cFile & a_File); // deprecated format
-
bool LoadFromJson( const Json::Value& a_Value );
virtual void SaveToJson(Json::Value& a_Value ) override;
|