]> mj.ucw.cz Git - libucw.git/commitdiff
Removed the lib/ff-utf8.h compatibility stub.
authorMartin Mares <mj@ucw.cz>
Wed, 18 Jun 2008 22:01:16 +0000 (00:01 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Jun 2008 22:01:16 +0000 (00:01 +0200)
Closes Bug #6420.

lib/Makefile
lib/ff-utf8.h [deleted file]

index c5b3f58ed18f6853a6e7668b4b38d2435fa171a0..9efb1f69299034290a28364a692ba8d82e796874 100644 (file)
@@ -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 (file)
index af7543f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- *     UCW Library: An alias for lib/ff-unicode.h (for backwards compatibility)
- *
- *     (c) 2008 Pavel Charvat <pchar@ucw.cz>
- *
- *     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