summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-22 01:03:22 +0200
committerwm4 <wm4@nowhere>2013-07-22 01:50:22 +0200
commit5e0ee41617387118deb463663176fb4d52a0a6e3 (patch)
tree36692118cfc93049b49f7312c574e819670c4b0d /core/options.h
parent549ef68c62f2585d7818003cc2e57d82c7e46714 (diff)
downloadmpv-5e0ee41617387118deb463663176fb4d52a0a6e3.tar.bz2
mpv-5e0ee41617387118deb463663176fb4d52a0a6e3.tar.xz
options: move --colorkey option to vo_xv
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/options.h b/core/options.h
index 212c3c79c9..e7f04b548c 100644
--- a/core/options.h
+++ b/core/options.h
@@ -29,8 +29,6 @@ typedef struct mp_vo_opts {
int keepaspect;
int border;
- int colorkey;
-
int nomouse_input;
int enable_mouse_movements;
int cursor_autohide_delay;