diff options
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r-- | src/mainwindow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c index e36be11..a97dd29 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -535,7 +535,6 @@ static gint add_furniture(GtkWidget *widget, struct presentation *p) fr->style = sty; set_edit(p, p->cur_edit_slide); fr->sc = "Hello"; - layout_frame(p->cur_edit_slide->top, p->slide_width, p->slide_height); set_selection(p, fr); rerender_slide(p, p->pc); redraw(p); |