summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-02 01:35:32 +0200
committerwm4 <wm4@nowhere>2014-08-02 01:53:21 +0200
commitbe337aa41567b6603ad5b017ff8add6a5f1e0bd8 (patch)
treebd8b34b7e6ede5dcb97cd5d8019102ddc5195bf3 /player/command.h
parent16e5ec88e11523ae8336344584b9e6fc8aa515c8 (diff)
downloadmpv-be337aa41567b6603ad5b017ff8add6a5f1e0bd8.tar.bz2
mpv-be337aa41567b6603ad5b017ff8add6a5f1e0bd8.tar.xz
command: add a property that returns a list of all properties
Also remove the undocumented Lua mp.property_list() function.
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h3
1 files changed, 0 insertions, 3 deletions
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);