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.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index e2ecfd512d..380e3b7f95 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -322,9 +322,6 @@ extern char *vo_subdevice; extern int vo_colorkey; -extern char *vo_winname; -extern char *vo_wintitle; - extern int64_t WinID; typedef struct { -- cgit v1.2.3