summaryrefslogtreecommitdiffstats
path: root/sub/osd_dummy.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-03 22:29:12 +0200
committerwm4 <wm4@nowhere>2016-05-03 22:29:12 +0200
commit485ae095f77a27bd3bca08b0e221dff14581e0d3 (patch)
tree01ac35ad2dc75bcc0bbbc9775d8dd8e32f7a523c /sub/osd_dummy.c
parent5be40f035b03b5dbc891f463ae90575243adf301 (diff)
downloadmpv-485ae095f77a27bd3bca08b0e221dff14581e0d3.tar.bz2
mpv-485ae095f77a27bd3bca08b0e221dff14581e0d3.tar.xz
osd: make osd_ass_0/1 defines
So we can concatenate them with strings at compile time.
Diffstat (limited to 'sub/osd_dummy.c')
-rw-r--r--sub/osd_dummy.c3
1 files changed, 0 insertions, 3 deletions
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)
{
}