From 514b3ba5b1efb7d1d00edddb8deaf92b37b8af32 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 30 Sep 2019 21:21:04 +0200 Subject: Add FIXMEs --- libstorycode/slide.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libstorycode/slide.c') diff --git a/libstorycode/slide.c b/libstorycode/slide.c index 1e79aaf..1bcec6e 100644 --- a/libstorycode/slide.c +++ b/libstorycode/slide.c @@ -332,6 +332,7 @@ void slide_item_get_padding(SlideItem *item, Stylesheet *ss, void slide_item_split_text_paragraph(SlideItem *item, int para, size_t off) { + /* FIXME */ #if 0 struct slide_text_paragraph *np; @@ -353,6 +354,7 @@ void slide_item_split_text_paragraph(SlideItem *item, int para, size_t off) static void delete_paragraph(SlideItem *item, int del) { + /* FIXME */ #if 0 int i; @@ -371,6 +373,7 @@ static void delete_paragraph(SlideItem *item, int del) void slide_item_delete_text(SlideItem *item, int i1, size_t o1, int i2, size_t o2) { + /* FIXME */ #if 0 int i; int n_del = 0; -- cgit v1.2.3