mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
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:
parent
fae1c77a5a
commit
bacbcee0f5
1 changed files with 0 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue