From be337aa41567b6603ad5b017ff8add6a5f1e0bd8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 Aug 2014 01:35:32 +0200 Subject: command: add a property that returns a list of all properties Also remove the undocumented Lua mp.property_list() function. --- player/command.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index c9a07ff733..2f9770b714 100644 --- a/player/command.h +++ b/player/command.h @@ -33,9 +33,6 @@ void property_print_help(struct mp_log *log); int mp_property_do(const char* name, int action, void* val, struct MPContext *mpctx); -const struct m_property *mp_get_property_list(void); -int mp_find_property_index(const char *property); - void mp_notify(struct MPContext *mpctx, int event, void *arg); void mp_notify_property(struct MPContext *mpctx, const char *property); -- cgit v1.2.3