From 9051c1348dc1ab709fe89999228521701e03c4ed Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 24 Nov 2008 17:35:08 +0000 Subject: Remove unnecessary #ifdef around a struct and a bunch of extern declarations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28031 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index d5a12acdcf..ec46e328c6 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -239,8 +239,6 @@ extern int vo_colorkey; extern int WinID; -#if defined(CONFIG_FBDEV) || defined(CONFIG_VESA) - typedef struct { float min; float max; @@ -253,6 +251,4 @@ extern char *monitor_hfreq_str; extern char *monitor_vfreq_str; extern char *monitor_dotclock_str; -#endif /* defined(CONFIG_FBDEV) || defined(CONFIG_VESA) */ - #endif /* MPLAYER_VIDEO_OUT_H */ -- cgit v1.2.3