aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-21 23:28:27 +0100
committerThomas White <taw@bitwiz.org.uk>2016-03-21 23:28:27 +0100
commita93f573e8023b038c9ff6a28312c1ff86b7ccf93 (patch)
tree432ec5f6cce220597dbbc8b013ce9d46e9d2b224
parent504b29168f4cb5b492541c5e439beb861951efce (diff)
Remove a FIXME
... it's not so bad :)
-rw-r--r--src/shape.c1
1 files changed, 0 insertions, 1 deletions
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--;