summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-30 20:10:52 +0200
committerQC <qball@gmpclient.org>2015-09-30 20:10:52 +0200
commite3115be103d9350596c0aec628c121e045b356e0 (patch)
treebcec242034570bc9483cab0962517e2b36874337
parent0e60aaf23500c45cab17b8f5e11ec234b137645d (diff)
Fix test. remove debug output
-rw-r--r--source/textbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/textbox.c b/source/textbox.c
index 8a66d87a..ff2c3edc 100644
--- a/source/textbox.c
+++ b/source/textbox.c
@@ -666,7 +666,6 @@ void textbox_setup ( Display *display )
void textbox_cleanup ( void )
{
- printf ( "cleanup\n" );
if ( p_context ) {
g_object_unref ( p_context );
p_context = NULL;