aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-11-06 00:03:41 +0100
committerThomas White <taw@bitwiz.org.uk>2012-11-06 00:03:41 +0100
commit83d56deb2de781f688cbaa52c47626e141d80d7a (patch)
tree16433793c2eb036384b2274b4f7ecea45ab7cec7 /src
parent536e6f9eb2fa5d4b0560f7d88da8ae0acc881ef8 (diff)
Remove debugging messages
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 7b8ffb8..c5d152a 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -718,8 +718,6 @@ static void draw_editing_box(cairo_t *cr, struct frame *fr)
width = fr->w;
height = fr->h;
- printf("box %f %f %f %f\n", xmin, ymin, width, height);
-
cairo_new_path(cr);
cairo_rectangle(cr, xmin-5.0, ymin-5.0, width+10.0, height+10.0);
cairo_set_source_rgb(cr, 0.0, 0.69, 1.0);
@@ -776,8 +774,6 @@ static gboolean draw_sig(GtkWidget *da, cairo_t *cr,
cairo_set_source_surface(cr, p->cur_edit_slide->rendered_edit,
xoff, yoff);
cairo_fill(cr);
- fprintf(stderr, "Drew slide %p.\n",
- p->cur_edit_slide->rendered_edit);
} else {
fprintf(stderr, "Current slide not rendered yet!\n");
}