summaryrefslogtreecommitdiffstats
path: root/common/common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-30 22:49:11 +0100
committerwm4 <wm4@nowhere>2013-12-30 22:49:51 +0100
commitec539dad2b8aeaaac75cfea6eac621530937227a (patch)
tree459c3a53a6fb911185db531346a937e73787fdb4 /common/common.h
parent7639e05ea80f565ff8fc3c7990e35da64be2ae02 (diff)
downloadmpv-ec539dad2b8aeaaac75cfea6eac621530937227a.tar.bz2
mpv-ec539dad2b8aeaaac75cfea6eac621530937227a.tar.xz
common: drop mp_append_utf8_buffer()
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/common.h b/common/common.h
index 7ae18d1b6f..afb0f6ceda 100644
--- a/common/common.h
+++ b/common/common.h
@@ -73,8 +73,6 @@ struct mp_rect {
void mp_rect_union(struct mp_rect *rc, const struct mp_rect *src);
bool mp_rect_intersection(struct mp_rect *rc, const struct mp_rect *rc2);
-char *mp_append_utf8_buffer(char *buffer, uint32_t codepoint);
-
struct bstr;
void mp_append_utf8_bstr(void *talloc_ctx, struct bstr *buf, uint32_t codepoint);