diff options
Diffstat (limited to 'source/cMonsterConfig.h')
-rw-r--r-- | source/cMonsterConfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/cMonsterConfig.h b/source/cMonsterConfig.h index 8c0807d73..fbe537802 100644 --- a/source/cMonsterConfig.h +++ b/source/cMonsterConfig.h @@ -7,9 +7,6 @@ public: cMonsterConfig(void);
~cMonsterConfig();
- // _X: WTF? shouldn't this be static? Setting to OBSOLETE
- OBSOLETE cMonsterConfig *Get();
-
void AssignAttributes(cMonster *m, const char* n);
private:
|