summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 17:35:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 17:35:08 +0000
commit9051c1348dc1ab709fe89999228521701e03c4ed (patch)
tree4c8070363e94f705cb1b75684c5f0f13eef27317 /libvo
parent0cee72fb5b0e13c6f5c9b6c6a3f597e926a3c795 (diff)
downloadmpv-9051c1348dc1ab709fe89999228521701e03c4ed.tar.bz2
mpv-9051c1348dc1ab709fe89999228521701e03c4ed.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.h4
1 files changed, 0 insertions, 4 deletions
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 */