diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-10-25 20:21:06 +0000 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-10-25 20:21:06 +0000 |
commit | 931c70630f9d87ab371dad830c6b2cb94a2b882d (patch) | |
tree | 22798dfa7d1b2d339c920da86ec4448122432d75 /src/sc_editor.c | |
parent | 5694221626157e5200f02b564c9c6c2b4f0d746c (diff) |
Comments
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 05f74f8..7786bc8 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -78,7 +78,6 @@ static void set_vertical_params(SCEditor *e) if ( e->vadj == NULL ) return; gtk_adjustment_configure(e->vadj, e->scroll_pos, 0, e->h, 100, e->visible_height, e->visible_height); - printf("set scrollbar for height %i, ac %i\n", e->visible_height, e->h); } |