summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-12-09 13:38:38 +0000
committerTom Hacohen <tom@stosb.com>2015-01-14 08:45:41 +0000
commit50f6d8c1fa37c4fac2954c9c54f7554304ac5a63 (patch)
tree7dd02f2e464a87c8dbc0443e3aa77fc645fc59aa
parent466f4a1442370acdb0e868c7570d4bd9244eeef0 (diff)
downloadefl-50f6d8c1fa37c4fac2954c9c54f7554304ac5a63.tar.gz
Remove unneeded comment.
-rw-r--r--src/lib/evas/canvas/evas_textblock2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/evas/canvas/evas_textblock2.c b/src/lib/evas/canvas/evas_textblock2.c
index 7dfa0236b8..b86ad541fb 100644
--- a/src/lib/evas/canvas/evas_textblock2.c
+++ b/src/lib/evas/canvas/evas_textblock2.c
@@ -4244,9 +4244,6 @@ _layout_par(Ctxt *c)
&c->descent, it, it->format);
}
- /* FIXME: What is first find the cutoff point based on _it_break_position_get
- * and wrap from all the remaining items, and then I can just add all the
- * items up until that point, and just reduce the rest. */
while (i)
{
int break_position = 0;