From 952f9b85a7f4d3140dde530585456cd0b42d258a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 4 Nov 2010 04:41:11 +0100 Subject: options: move -name and -title to option struct --- libvo/video_out.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index e223830e1e..57e0444094 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -70,10 +70,6 @@ int vo_directrendering=0; int vo_colorkey = 0x0000ff00; // default colorkey is green // (0xff000000 means that colorkey has been disabled) -// name to be used instead of the vo's default -char *vo_winname; -// title to be applied to movie window -char *vo_wintitle; // // Externally visible list of all vo drivers -- cgit v1.2.3