diff options
Diffstat (limited to 'source/cSignEntity.h')
-rw-r--r-- | source/cSignEntity.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cSignEntity.h b/source/cSignEntity.h index a8b0820dd..5d9d11a9c 100644 --- a/source/cSignEntity.h +++ b/source/cSignEntity.h @@ -21,7 +21,6 @@ class cSignEntity : {
public:
cSignEntity(ENUM_BLOCK_ID a_BlockType, int a_X, int a_Y, int a_Z, cWorld * a_World);
- cSignEntity(ENUM_BLOCK_ID a_BlockType, int a_X, int a_Y, int a_Z);
virtual ~cSignEntity();
OBSOLETE bool LoadFromFile(cFile & a_File); // deprecated format
|