diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-11-17 23:51:41 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-11-17 23:51:41 +0100 |
commit | b0b508533b4faf9e7923177bd468c659831b73e8 (patch) | |
tree | 02e261f61eddfa5810333b12e7ddb353aa59ced5 /src | |
parent | 0b3028d4b56b2b37c992d298189ca4fba3a5071e (diff) |
Formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/sc_editor.c | 2 |
1 files changed, 0 insertions, 2 deletions
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), |