From b0b508533b4faf9e7923177bd468c659831b73e8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 17 Nov 2014 23:51:41 +0100 Subject: Formatting --- src/sc_editor.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/sc_editor.c b/src/sc_editor.c index d55c0bb..2c721e4 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -731,7 +731,6 @@ static void calculate_box_size(struct frame *fr, SCEditor *e, break; } - } @@ -1433,7 +1432,6 @@ SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock *stylesheet) sceditor->top.bgcol[2] = 1.0; sceditor->top.bgcol[3] = 1.0; - rerender(sceditor); gtk_widget_set_size_request(GTK_WIDGET(sceditor->drawingarea), -- cgit v1.2.3