From ec539dad2b8aeaaac75cfea6eac621530937227a Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Dec 2013 22:49:11 +0100 Subject: common: drop mp_append_utf8_buffer() --- common/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/common.h') 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); -- cgit v1.2.3