aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 3d6a4b1..2ccf816 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -847,7 +847,6 @@ static gint realise_sig(GtkWidget *da, struct presentation *p)
{
/* FIXME: Can do this "properly" by setting up a separate font map */
p->pc = gtk_widget_get_pango_context(da);
- printf("got context %p\n", p->pc);
rerender_slide(p, p->pc);
return FALSE;
}