summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-05-20 12:59:16 +0200
committerGravatar waker <wakeroid@gmail.com>2012-05-20 12:59:16 +0200
commit31771d8f86e595db670442d6aeffb23e8aab2ede (patch)
tree8bc8fdd5b3730632b89caa8c77019f51230f3707
parentb2aa79597d437294233f60835dad3cf9396cf710 (diff)
fixed bogus printf in gtkui
-rw-r--r--plugins/gtkui/ddbcellrenderertextmultiline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/gtkui/ddbcellrenderertextmultiline.c b/plugins/gtkui/ddbcellrenderertextmultiline.c
index a79d3154..26278df2 100644
--- a/plugins/gtkui/ddbcellrenderertextmultiline.c
+++ b/plugins/gtkui/ddbcellrenderertextmultiline.c
@@ -486,7 +486,6 @@ static void ddb_cell_renderer_text_multiline_class_init (DdbCellRendererTextMult
static void ddb_cell_renderer_text_multiline_instance_init (DdbCellRendererTextMultiline * self) {
self->priv = DDB_CELL_RENDERER_TEXT_MULTILINE_GET_PRIVATE (self);
- printf ("alloc priv %p %p\n", self, self->priv);
}