X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fsurface.cc;h=70acf70ac5f16289897bcdad0be7c99f94c94928;hb=e1e5293ae354ab7b1c8459aab85e60e1a801924d;hp=4f6ef3862453015fddc0c53ae89d1d0a5f537b47;hpb=0348a2f3abd2334f5f5812c5fb45c1b4fffb46a5;p=chaz%2Fopenbox 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());