aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r--libstorycode/slide_priv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h
index fb535ba..0d39d8a 100644
--- a/libstorycode/slide_priv.h
+++ b/libstorycode/slide_priv.h
@@ -43,7 +43,7 @@ struct slide_item
{
enum slide_item_type type;
- /* For TEXT */
+ /* For TEXT, SLIDETITLE, PRESTITLE */
char **paragraphs;
int n_paras;
enum alignment align;
@@ -54,9 +54,6 @@ struct slide_item
/* For IMAGE */
char *filename;
- /* For SLIDETITLE */
- char *text;
-
/* For TEXT and IMAGE */
struct frame_geom geom;
};