From 128bc6a21e3306b8e8346aba439a3c4e2dcbcdc5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Sep 2012 20:02:15 +0200 Subject: 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. --- libvo/video_out.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libvo/video_out.h') 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; -- cgit v1.2.3