aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-05-26 19:36:00 +0200
committerThomas White <taw@bitwiz.org.uk>2011-05-26 19:36:00 +0200
commit8bcb4aa14d5e02b8c7ccab0ceb03f8876bb61e5b (patch)
tree654454433d825fbc11376250084a1f17d8a7f6ef /src/presentation.c
parente2b3393f830f1fc9e5187bd4e004e274a3468228 (diff)
Fix object deletion
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/presentation.c b/src/presentation.c
index a32ece0..dc4adbc 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -91,7 +91,6 @@ void remove_object_from_slide(struct slide *s, struct object *o)
if ( s->objects[i] == o ) {
assert(!found);
found = 1;
- continue;
}
if ( found ) {