From 4050debeff281aba1ccd8c4f57b890fcc2680512 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Aug 2007 10:55:53 +0000 Subject: warning fix: vo_directfb2.c:111: warning: 'tvnorm' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24260 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directfb2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_directfb2.c b/libvo/vo_directfb2.c index 9371379bad..8498ee322f 100644 --- a/libvo/vo_directfb2.c +++ b/libvo/vo_directfb2.c @@ -107,8 +107,6 @@ static IDirectFBSurface *frame = NULL; static int framelocked = 0; // flipping mode flag (layer/surface) static int flipping = 0; -// tvnorm -static int tvnorm = -1; // scaling flag static int stretch = 0; // pictrure position -- cgit v1.2.3