summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-02 19:03:28 +0200
committerwm4 <wm4@nowhere>2015-05-02 19:03:28 +0200
commit1982fedca61b9b7c4bec2e6f2d31ee566fb51923 (patch)
tree0d8df152ef39930d4904f8707b1b124f43765581 /options/options.c
parent3508a3fbd12b93e0414acb7996417dd91f369170 (diff)
downloadmpv-1982fedca61b9b7c4bec2e6f2d31ee566fb51923.tar.bz2
mpv-1982fedca61b9b7c4bec2e6f2d31ee566fb51923.tar.xz
options: remove --leak-report
Use the environment variable instead.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/options/options.c b/options/options.c
index 23bfef5612..c5fa2b427b 100644
--- a/options/options.c
+++ b/options/options.c
@@ -95,10 +95,6 @@ const m_option_t mp_opts[] = {
{ "show-profile", CONF_TYPE_STRING, CONF_NOCFG | M_OPT_FIXED, .offset = -1},
{ "list-options", CONF_TYPE_STORE, CONF_NOCFG | M_OPT_FIXED, .offset = -1},
- // handled in main.c (looks at the raw argv[])
- { "leak-report", CONF_TYPE_STORE, CONF_GLOBAL | CONF_NOCFG | M_OPT_FIXED,
- .offset = -1 },
-
OPT_FLAG("shuffle", shuffle, 0),
// ------------------------- common options --------------------