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/lib/charcnv.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/lib/charcnv.c') diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index b334cfae81..bcf0941b4f 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -22,13 +22,6 @@ */ #include "includes.h" -/* We can parameterize this if someone complains.... JRA. */ - -char lp_failed_convert_char(void) -{ - return '_'; -} - /** * @file * -- cgit