X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=ccfb7b8d849dbf23ca2b6943b812926674175ea3;hp=9e04a7edee73bda7b90a5555b4281e74214f310a;hb=899677b50128e00e58d76d26c05be9f078204c67;hpb=03d45daad787b8f2ced3070e80c4550bf4b02931 diff --git a/afs.h b/afs.h index 9e04a7ed..ccfb7b8d 100644 --- a/afs.h +++ b/afs.h @@ -234,13 +234,6 @@ int get_afsi_object_of_row(const struct osl_row *row, struct osl_object *obj); int audio_file_loop(void *private_data, osl_rbtree_loop_func *func); void aft_check_callback(int fd, __a_unused const struct osl_object *query); -/* mood */ -int change_current_mood(char *mood_name); -void close_current_mood(void); -int reload_current_mood(void); -void mood_check_callback(int fd, __a_unused const struct osl_object *query); - - /* playlist */ int playlist_open(char *name); void playlist_close(void);