changeset 575:d682f9142c52

examples: chest::finish is not required
author David Demelier <markand@malikania.fr>
date Fri, 10 Mar 2023 19:28:01 +0100
parents 8cf895e51fb6
children 64150963f567
files examples/example-action/chest.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/example-action/chest.h	Fri Mar 10 19:23:31 2023 +0100
+++ b/examples/example-action/chest.h	Fri Mar 10 19:28:01 2023 +0100
@@ -35,7 +35,6 @@
 	void *data;
 	enum chest_state state;
 	void (*run)(struct chest *);
-	void (*finish)(struct chest *);
 
 	/* private */
 	struct mlk_animation animation;