Mercurial > mplayer.hg
changeset 27997:d48572283677
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
author | diego |
---|---|
date | Mon, 24 Nov 2008 17:35:08 +0000 |
parents | 4480c422624d |
children | 56ea1668b472 |
files | libvo/video_out.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.h Mon Nov 24 17:29:37 2008 +0000 +++ b/libvo/video_out.h Mon Nov 24 17:35:08 2008 +0000 @@ -239,8 +239,6 @@ extern int WinID; -#if defined(CONFIG_FBDEV) || defined(CONFIG_VESA) - typedef struct { float min; float max; @@ -253,6 +251,4 @@ extern char *monitor_vfreq_str; extern char *monitor_dotclock_str; -#endif /* defined(CONFIG_FBDEV) || defined(CONFIG_VESA) */ - #endif /* MPLAYER_VIDEO_OUT_H */