From a93f573e8023b038c9ff6a28312c1ff86b7ccf93 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 21 Mar 2016 23:28:27 +0100 Subject: Remove a FIXME ... it's not so bad :) --- src/shape.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shape.c b/src/shape.c index bbbea87..44e9256 100644 --- a/src/shape.c +++ b/src/shape.c @@ -376,7 +376,6 @@ int split_words(struct boxvec *boxes, PangoContext *pc, SCBlock *bl, /* Stuff up to (but not including) sc[i] forms a * wrap box */ len = offs - start; - /* FIXME: Ugh */ if ( log_attrs[i].is_mandatory_break ) { type = WRAP_SPACE_EOP; if ( (i>0) && (g_utf8_prev_char(ptr)[0]=='\n') ) len--; -- cgit v1.2.3