changeset 76:25a52025c8f5

core: remove message_is_complete
author David Demelier <markand@malikania.fr>
date Fri, 31 Jan 2020 13:48:16 +0100
parents ac97053d8e2e
children 837ef1d387b4
files src/core/animation.h
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/animation.h	Fri Jan 31 13:48:08 2020 +0100
+++ b/src/core/animation.h	Fri Jan 31 13:48:16 2020 +0100
@@ -56,16 +56,6 @@
 animation_init(struct animation *an, struct sprite *sprite, unsigned int delay);
 
 /**
- * Tells if the animation is complete.
- *
- * \pre an != NULL
- * \param an the animation
- * \return true if the animation has completed
- */
-bool
-animation_is_complete(const struct animation *an);
-
-/**
  * Start an animation.
  *
  * \pre an != NULL