aboutsummaryrefslogtreecommitdiff
path: root/src/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effect.h')
-rw-r--r--src/effect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/effect.h b/src/effect.h
index b5f4b32..a598690 100644
--- a/src/effect.h
+++ b/src/effect.h
@@ -41,8 +41,6 @@ struct effect {
void effect_init(effect_t *effect, const effect_info_t *info);
-void effect_info_free(effect_info_t *info);
-
void effect_free(effect_t *effect);
#endif