From 48431f9674b85f9713a29249c5ce2babf661b5f7 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 13 Apr 2008 21:58:43 +0000 Subject: Remove text export build config option. Tidy up save_text code. svn path=/trunk/netsurf/; revision=4095 --- utils/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index ce23fc0aa..4bce5d8a6 100644 --- a/utils/config.h +++ b/utils/config.h @@ -92,7 +92,6 @@ char *strndup(const char *s, size_t n); /* Export modules */ #define WITH_SAVE_COMPLETE #define WITH_DRAW_EXPORT - #define WITH_TEXT_EXPORT #endif #endif -- cgit v1.2.3