aboutsummaryrefslogtreecommitdiff
path: root/src/map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.hh')
-rw-r--r--src/map.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.hh b/src/map.hh
index 3ab919d..6db6773 100644
--- a/src/map.hh
+++ b/src/map.hh
@@ -129,7 +129,6 @@ void ExitMap(bool Save);
// NOTE(fusion): Object related functions.
TObject *AccessObject(Object Obj);
Object CreateObject(void);
-void DestroyObject(Object Obj);
void DeleteObject(Object Obj);
void ChangeObject(Object Obj, ObjectType NewType);
void ChangeObject(Object Obj, INSTANCEATTRIBUTE Attribute, uint32 Value);