diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-01-31 05:13:29 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-01-31 16:03:11 +0200 |
commit | f923fd720cd978bb123a743ac2d38096b1e45726 (patch) | |
tree | b8b221d89b4d172d8fe79393fae2d2f43c50c405 /cfg-mplayer.h | |
parent | 626d5ed6285309da621a5665ad9eb03c227ce71d (diff) | |
download | mpv-f923fd720cd978bb123a743ac2d38096b1e45726.tar.bz2 mpv-f923fd720cd978bb123a743ac2d38096b1e45726.tar.xz |
options: remove unused "func_full" option type
vo_zr was the last user of the "func_full" option type. I think it's
better if future features are implemented using more straightforward
option functionality. Delete the func_full implementation.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r-- | cfg-mplayer.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h index e65890b35b..10d19c21eb 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -59,18 +59,6 @@ const m_option_t tvscan_conf[]={ {NULL, NULL, 0, 0, 0, 0, NULL} }; #endif -/* - * CONF_TYPE_FUNC_FULL : - * allows own implementations for passing the params - * - * the function receives parameter name and argument (if it does not start with - ) - * useful with a conf.name like 'aa*' to parse several parameters to a function - * return 0 =ok, but we didn't need the param (could be the filename) - * return 1 =ok, we accepted the param - * negative values: see cfgparser.h, ERR_XXX - * - * by Folke - */ const m_option_t mplayer_opts[]={ /* name, pointer, type, flags, min, max */ |