From 93847cc5fc3855b35ecc40bfe9113cf377680481 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 9 Jul 2007 20:40:47 +0000 Subject: Remove unnecessary #ifdef around the whole file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23756 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream') diff --git a/stream/tv.h b/stream/tv.h index 942060b37a..1ae6094ec4 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -1,7 +1,6 @@ #ifndef TV_H #define TV_H -#ifdef USE_TV //#include "libao2/afmt.h" //#include "libmpcodecs/img_format.h" //#include "mp_msg.h" @@ -191,6 +190,4 @@ int tv_set_norm(tvi_handle_t *tvh, char* norm); #define TV_NORM_PALN 6 #define TV_NORM_NTSCJP 7 -#endif /* USE_TV */ - #endif /* TV_H */ -- cgit v1.2.3