summaryrefslogtreecommitdiffstats
path: root/sub/osd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-07 22:20:35 +0100
committerwm4 <wm4@nowhere>2016-03-07 22:20:35 +0100
commitb7617f42d873adceebd3904d906e4eff818240ed (patch)
tree7ad9d5cd5eaa7a5124c20b5da8ad426b17f1bdd6 /sub/osd.h
parentc53c6bbd387ca582091a8bfca33140d65c200be0 (diff)
downloadmpv-b7617f42d873adceebd3904d906e4eff818240ed.tar.bz2
mpv-b7617f42d873adceebd3904d906e4eff818240ed.tar.xz
osd: remove unused osd_coords_to_video()
Used to be used for dvdnav.
Diffstat (limited to 'sub/osd.h')
-rw-r--r--sub/osd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/osd.h b/sub/osd.h
index b41a2eec7a..4e18ce7f7c 100644
--- a/sub/osd.h
+++ b/sub/osd.h
@@ -193,9 +193,6 @@ struct mp_osd_res osd_res_from_image_params(const struct mp_image_params *p);
void osd_object_get_scale_factor(struct osd_state *osd, int obj,
double *sw, double *sh);
-void osd_coords_to_video(struct osd_state *osd, int frame_w, int frame_h,
- int *x, int *y);
-
struct mp_osd_res osd_get_vo_res(struct osd_state *osd, int obj);
void osd_rescale_bitmaps(struct sub_bitmaps *imgs, int frame_w, int frame_h,