aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-21 23:54:08 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-21 23:54:08 +0100
commit86790d75487fda0aa5fccaf01d10ab00035047ad (patch)
tree13a9ac315fdfe2bc5599081945f0a108ffca3ec3 /src/presentation.h
parent85570d136f664b3c75151e06e686723be95f00c0 (diff)
Get rid of slide.top
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 197a298..0841def 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -44,8 +44,6 @@ struct slide
struct presentation *parent;
struct slide_template *st;
- struct frame *top;
-
SCBlock *scblocks;
SCBlock *notes;
};
@@ -93,7 +91,7 @@ extern int insert_slide(struct presentation *p, struct slide *s, int pos);
extern void free_slide(struct slide *s);
extern void delete_slide(struct presentation *p, struct slide *s);
-extern void delete_subframe(struct slide *s, struct frame *fr);
+extern void delete_subframe(struct frame *top, struct frame *fr);
extern char *packed_sc(struct frame *fr);