From 42ec8af5bc82882dd28a7b22c021df3e597cd1b5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 19 Jun 2008 00:01:16 +0200 Subject: [PATCH] Removed the lib/ff-utf8.h compatibility stub. Closes Bug #6420. --- lib/Makefile | 2 +- lib/ff-utf8.h | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 lib/ff-utf8.h diff --git a/lib/Makefile b/lib/Makefile index c5b3f58e..9efb1f69 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -49,7 +49,7 @@ LIBUCW_INCLUDES= \ bitops.h \ conf.h getopt.h ipaccess.h \ profile.h \ - fastbuf.h lfs.h ff-unicode.h ff-utf8.h ff-binary.h \ + fastbuf.h lfs.h ff-unicode.h ff-binary.h \ chartype.h unicode.h stkstring.h \ wildmatch.h patmatch.h \ db.h \ diff --git a/lib/ff-utf8.h b/lib/ff-utf8.h deleted file mode 100644 index af7543f2..00000000 --- a/lib/ff-utf8.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * UCW Library: An alias for lib/ff-unicode.h (for backwards compatibility) - * - * (c) 2008 Pavel Charvat - * - * This software may be freely distributed and used according to the terms - * of the GNU Lesser General Public License. - */ - -#ifndef _UCW_FF_UTF8_H -#define _UCW_FF_UTF8_H - -#include "lib/ff-unicode.h" - -#endif -- 2.39.2