From f08ec2296edf4cc8f6f5b7a6f3f69975a8724933 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 25 Mar 2011 11:41:52 +1100 Subject: s3-charcnv: removed unused function lp_failed_convert_char() is not needed any more --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 737dbec931..a24b7d0019 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -409,7 +409,6 @@ int bitmap_find(struct bitmap *bm, unsigned ofs); /* The following definitions come from lib/charcnv.c */ -char lp_failed_convert_char(void); void lazy_initialize_conv(void); void gfree_charcnv(void); void init_iconv(void); -- cgit