From 2304856340782c72cb30873f7907191dc359e921 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 3 Nov 2010 12:46:58 -0400 Subject: [PATCH] Remove another couple lines of dead code --- src/hb-ot-layout-gsubgpos-private.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index afa27edc0..b99941ec4 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -600,7 +600,6 @@ struct ChainRule lookahead.len, lookahead.array, lookup.len, lookup.array, lookup_context); - return false; } public: @@ -786,7 +785,6 @@ struct ChainContextFormat3 lookahead.len, (const USHORT *) lookahead.array, lookup.len, lookup.array, lookup_context); - return false; } inline bool sanitize (hb_sanitize_context_t *c) {