summaryrefslogtreecommitdiff
path: root/otk/surface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/surface.cc')
-rw-r--r--otk/surface.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/otk/surface.cc b/otk/surface.cc
index 4f6ef386..70acf70a 100644
--- a/otk/surface.cc
+++ b/otk/surface.cc
@@ -39,7 +39,6 @@ void Surface::setPixmap(const RenderColor &color)
void Surface::setPixmap(XImage *image)
{
- printf("SET PIXMAP\n");
assert(image->width == _size.x());
assert(image->height == _size.y());