From d306b727b18ce11ff63819a66e8743c5b374bdaf Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 19 Feb 2010 10:22:29 +0000 Subject: Remove pointless '#if 1' preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30654 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr3.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo/vo_dxr3.c') diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c index 95ecae695e..0c031013da 100644 --- a/libvo/vo_dxr3.c +++ b/libvo/vo_dxr3.c @@ -630,9 +630,7 @@ static void draw_osd(void) */ /* Subpics are not stable yet =( expect lockups if you enable */ -#if 1 write(fd_spu, spued->data, spued->count); -#endif } disposd++; #endif -- cgit v1.2.3