]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/custom_shape.h
Fix compilation of galaktos:
[vlc] / modules / visualization / galaktos / custom_shape.h
index 4e4d8a8bd8644f3703ad03ae8ac96e60822ebb7a..f07a5b4502e1f224940ca1c6fa77eccf619386ec 100644 (file)
@@ -9,6 +9,6 @@ void free_custom_shape(custom_shape_t * custom_shape);
 custom_shape_t * new_custom_shape(int id);
 custom_shape_t * find_custom_shape(int id, preset_t * preset, int create_flag);
 void load_unspecified_init_conds_shape(custom_shape_t * custom_shape);
-inline void evalCustomShapeInitConditions();
-inline custom_shape_t * nextCustomShape();
+void evalCustomShapeInitConditions();
+custom_shape_t * nextCustomShape();
 #endif