summaryrefslogtreecommitdiffstats
path: root/sub/osd_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd_dummy.c')
-rw-r--r--sub/osd_dummy.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sub/osd_dummy.c b/sub/osd_dummy.c
index 5c50569dd6..5c3cc76200 100644
--- a/sub/osd_dummy.c
+++ b/sub/osd_dummy.c
@@ -27,9 +27,7 @@ void osd_object_get_bitmaps(struct osd_state *osd, struct osd_object *obj,
*out_imgs = (struct sub_bitmaps) {0};
}
-void osd_object_get_resolution(struct osd_state *osd, int obj,
- int *out_w, int *out_h)
+void osd_set_external(struct osd_state *osd, void *id, int res_x, int res_y,
+ char *text)
{
- *out_w = 0;
- *out_h = 0;
}