From 34279a8ce3c02bb744c635bfa9650494a68a333b Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 17 Nov 2009 06:56:29 +0200 Subject: cosmetics: remove some unused variables --- libvo/x11_common.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvo/x11_common.c') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 0c931c9833..ea1f53971a 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -765,7 +765,6 @@ void vo_x11_uninit(struct vo *vo) int vo_x11_check_events(struct vo *vo) { struct vo_x11_state *x11 = vo->x11; - struct MPOpts *opts = vo->opts; Display *display = vo->x11->display; int ret = 0; XEvent Event; @@ -790,8 +789,6 @@ int vo_x11_check_events(struct vo *vo) ret |= VO_EVENT_EXPOSE; break; case ConfigureNotify: -// if (!vo_fs && (Event.xconfigure.width == opts->vo_screenwidth || Event.xconfigure.height == opts->vo_screenheight)) break; -// if (vo_fs && Event.xconfigure.width != opts->vo_screenwidth && Event.xconfigure.height != opts->vo_screenheight) break; if (x11->window == None) break; { -- cgit v1.2.3