summaryrefslogtreecommitdiff
path: root/src/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.c')
-rw-r--r--src/object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object.c b/src/object.c
index 4f61cd10..6377e410 100644
--- a/src/object.c
+++ b/src/object.c
@@ -198,8 +198,6 @@ void (*const gObjectFunctions[])(Entity*) = {
[LINK_ANIMATION] = LinkAnimation,
};
-void ObjectInit(Entity*);
-
void ObjectUpdate(Entity* this) {
if ((this->flags & ENT_DID_INIT) == 0 && this->action == 0)
ObjectInit(this);