From ff3bb7566b76ff28e72e64054908145854b4454d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 04:20:08 +0000 Subject: remove debug printfs --- otk/widget.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'otk/widget.cc') diff --git a/otk/widget.cc b/otk/widget.cc index 154fc92c..69a86237 100644 --- a/otk/widget.cc +++ b/otk/widget.cc @@ -259,15 +259,12 @@ void Widget::ungrabKeyboard(void) void Widget::render(void) { if (!_texture) return; - printf("RENDER\n"); Surface *s = _surface; // save the current surface _surface = new Surface(_screen, _rect.size()); display->renderControl(_screen)->drawBackground(*_surface, *_texture); - if (dynamic_cast(this)) - printf("IM A FOCUSLABEL RENDERING\n"); renderForeground(); // for inherited types to render onto the _surface XSetWindowBackgroundPixmap(**display, _window, _surface->pixmap()); -- cgit v1.2.3