remove splash debug output

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2942 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-01-18 21:27:19 +00:00
parent fae1c77a5a
commit bacbcee0f5

View file

@ -60,11 +60,6 @@ Splash::expose (GdkEventExpose* ev)
{
RefPtr<Gdk::Window> window = darea.get_window();
cerr << "splash expose " << ev->area.x << ", "
<< ev->area.y
<< ev->area.width << " x "
<< ev->area.height
<< endl;
window->draw_pixbuf (get_style()->get_bg_gc (STATE_NORMAL), pixbuf,
ev->area.x, ev->area.y,
ev->area.x, ev->area.y,