From 68a6fce53badb38ba3dc387c4b5c86c02801f657 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 20 Jan 2003 19:28:57 +0000 Subject: dont try free the widget's pixmap until it is no longer in use --- otk/surface.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'otk/surface.cc') 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()); -- cgit v1.2.3