summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
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;