diff options
author | cedeel@gmail.com <cedeel@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-08 03:56:44 +0200 |
---|---|---|
committer | cedeel@gmail.com <cedeel@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-08 03:56:44 +0200 |
commit | 2295c1d7cba3df6f7fc2e96b0d25df116d0b1692 (patch) | |
tree | a25a3245f357f7e216a8949f836a98bd27eab938 /source/cSignEntity.h | |
parent | Fixed the nightbuild script for automatic Bindings generation (diff) | |
download | cuberite-2295c1d7cba3df6f7fc2e96b0d25df116d0b1692.tar cuberite-2295c1d7cba3df6f7fc2e96b0d25df116d0b1692.tar.gz cuberite-2295c1d7cba3df6f7fc2e96b0d25df116d0b1692.tar.bz2 cuberite-2295c1d7cba3df6f7fc2e96b0d25df116d0b1692.tar.lz cuberite-2295c1d7cba3df6f7fc2e96b0d25df116d0b1692.tar.xz cuberite-2295c1d7cba3df6f7fc2e96b0d25df116d0b1692.tar.zst cuberite-2295c1d7cba3df6f7fc2e96b0d25df116d0b1692.zip |
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;
|