From: Kristian Rietveld Date: Mon, 27 Aug 2012 07:40:38 +0000 (+0200) Subject: coretext: silence compiler X-Git-Tag: 1.31.1~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fafd326d3084377bd7436b619dc25e9fdf09fdc0;p=platform%2Fupstream%2Fpango.git coretext: silence compiler --- diff --git a/modules/basic/basic-coretext.c b/modules/basic/basic-coretext.c index 5d0eb07..33ce479 100644 --- a/modules/basic/basic-coretext.c +++ b/modules/basic/basic-coretext.c @@ -139,6 +139,12 @@ run_iterator_get_glyph_count (struct RunIterator *iter) return accumulator; } +/* These functions are commented out to silence the compiler, but + * kept around because they might be of use when fixing the more + * intricate issues noted in the comment in the function + * basic_engine_shape() below. + */ +#if 0 static gboolean run_iterator_is_rtl (struct RunIterator *iter) { @@ -155,6 +161,7 @@ run_iterator_run_is_non_monotonic (struct RunIterator *iter) return run_status & kCTRunStatusNonMonotonic; } +#endif static gunichar run_iterator_get_character (struct RunIterator *iter)