From 485ae095f77a27bd3bca08b0e221dff14581e0d3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 May 2016 22:29:12 +0200 Subject: osd: make osd_ass_0/1 defines So we can concatenate them with strings at compile time. --- sub/osd_dummy.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sub/osd_dummy.c') diff --git a/sub/osd_dummy.c b/sub/osd_dummy.c index 5c3cc76200..d9c366e1ac 100644 --- a/sub/osd_dummy.c +++ b/sub/osd_dummy.c @@ -6,9 +6,6 @@ #include "mpv_talloc.h" #include "osd.h" -const char *const osd_ass_0 = ""; -const char *const osd_ass_1 = ""; - void osd_init_backend(struct osd_state *osd) { } -- cgit v1.2.3