aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r--src/sc_interp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 0d15f81..703b73f 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -789,10 +789,6 @@ int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl)
set_padding(sc_interp_get_frame(scin), options);
maybe_recurse_after(scin, child);
- } else if ( strcmp(name, "slide") == 0 ) {
- maybe_recurse_before(scin, child);
- maybe_recurse_after(scin, child);
-
} else if ( strcmp(name, "bgcol") == 0 ) {
maybe_recurse_before(scin, child);
set_frame_bgcolour(sc_interp_get_frame(scin), options);