aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-23 20:55:32 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-23 20:55:32 +0200
commitdd96572950db971746a46964e381b02c1aa25114 (patch)
tree3a2dc0095caf3fc79398d349231daf784a2545e8 /src/presentation.c
parent3af904c7741111d2a3e408646fd5b0e4d6ffb4e5 (diff)
Add "Delete frame"
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.c b/src/presentation.c
index 4612f03..426783f 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -609,7 +609,7 @@ static struct frame *find_parent(struct frame *fr, struct frame *search)
}
-static void delete_subframe(struct slide *s, struct frame *fr)
+void delete_subframe(struct slide *s, struct frame *fr)
{
struct frame *parent;
int i, idx, found;