summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-08 21:02:31 +0200
committerwm4 <wm4@nowhere>2016-09-08 21:02:31 +0200
commit35e8b6c1e68ae936ca0aeee4f30732cd13ef9932 (patch)
tree739f25aa9a51ab0c2bfef3d18549511ff84b2154 /options/options.h
parentca55a3292214c8bb2bc2340a159524474f472cec (diff)
downloadmpv-35e8b6c1e68ae936ca0aeee4f30732cd13ef9932.tar.bz2
mpv-35e8b6c1e68ae936ca0aeee4f30732cd13ef9932.tar.xz
options: drop unreferenced --bluray-angle option
Uh, what? It wasn't used at all. It was probably accidentally dropped at one point, or it was never used at all. Whatever, who cares.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 45af785518..34ca1f320e 100644
--- a/options/options.h
+++ b/options/options.h
@@ -294,7 +294,6 @@ typedef struct MPOpts {
int dvd_angle;
int dvd_speed;
char *dvd_device;
- int bluray_angle;
char *bluray_device;
double mf_fps;