summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-01 20:02:15 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:04:46 +0200
commit128bc6a21e3306b8e8346aba439a3c4e2dcbcdc5 (patch)
tree557b9eb0ccd215cc3677fb6836b39aafe7c15783 /libvo/video_out.h
parentb554a59b5818640734486555064af86383154ace (diff)
downloadmpv-128bc6a21e3306b8e8346aba439a3c4e2dcbcdc5.tar.bz2
mpv-128bc6a21e3306b8e8346aba439a3c4e2dcbcdc5.tar.xz
Remove VESA/FBDEV remains, clean up example.conf
Remove VESA and FBDEV specific code that was forgotten when the respective VOs were removed. Remove references to old or broken stuff from example.conf.
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index e98dd36a72..dd2a1f79bd 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -328,18 +328,6 @@ extern int vo_colorkey;
extern int64_t WinID;
-typedef struct {
- float min;
- float max;
- } range_t;
-
-float range_max(range_t *r);
-int in_range(range_t *r, float f);
-range_t *str2range(char *s);
-extern char *monitor_hfreq_str;
-extern char *monitor_vfreq_str;
-extern char *monitor_dotclock_str;
-
struct mp_keymap {
int from;
int to;