diff options
author | Thomas White <taw@bitwiz.org.uk> | 2016-05-02 22:36:01 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2016-05-02 22:36:01 +0200 |
commit | adb1c0282b9daa7439cb0fa3d9c37864b462e81f (patch) | |
tree | e9301a3fe84c52149658845404417ea7b5c88ab1 /src/sc_editor.c | |
parent | 6c82ddb90c05c3bee2da377efa4d07488ab961c1 (diff) |
Remove debug
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r-- | src/sc_editor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c index 1d1e381..0c07b5b 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -918,7 +918,6 @@ static gboolean button_press_sig(GtkWidget *da, GdkEventButton *event, e->selection = clicked; e->cursor_frame = clicked; if ( clicked == e->top ) { - show_sc_block(clicked->scblocks, ")>"); check_paragraph(e->cursor_frame, e->pc, clicked->scblocks); } else { check_paragraph(e->cursor_frame, e->pc, |