diff options
author | wm4 <wm4@nowhere> | 2014-02-25 21:04:26 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-02-25 21:04:26 +0100 |
commit | 0ee4e0637686db94ad58e387e979af8c80b669c8 (patch) | |
tree | e41aae6bbb200b4a9bd1d3bfbd056629a7610acc /DOCS | |
parent | 428ffb01cf4d8fdc3e2a61a9571388ae14e34f00 (diff) | |
download | mpv-0ee4e0637686db94ad58e387e979af8c80b669c8.tar.bz2 mpv-0ee4e0637686db94ad58e387e979af8c80b669c8.tar.xz |
manpage: remove unused environment variable
We removed gettext (which was disabled by default) a while ago.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mpv.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst index 21ef068e0e..fc17e759f0 100644 --- a/DOCS/man/en/mpv.rst +++ b/DOCS/man/en/mpv.rst @@ -483,9 +483,6 @@ behavior of mpv. Directory where mpv looks for user settings. Overrides ``HOME``, and mpv will try to load the config file as ``$MPV_HOME/config``. -``MPV_LOCALEDIR`` - Directory where mpv looks for gettext translation files (if enabled). - ``MPV_VERBOSE`` (see also ``-v`` and ``--msglevel``) Set the initial verbosity level across all message modules (default: 0). The resulting verbosity corresponds to that of ``--msglevel=5`` plus the |