From 16c866f220847ae23012318d2c1a5023076ab5fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Sep 2006 19:57:59 +0000 Subject: Bug fixes. git-svn-id: http://svn.drobilla.net/lad/ingen@129 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/WindowFactory.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/progs/ingenuity/WindowFactory.cpp') diff --git a/src/progs/ingenuity/WindowFactory.cpp b/src/progs/ingenuity/WindowFactory.cpp index 6a913663..c7d79aca 100644 --- a/src/progs/ingenuity/WindowFactory.cpp +++ b/src/progs/ingenuity/WindowFactory.cpp @@ -69,8 +69,6 @@ WindowFactory::create_new(CountedPtr patch) win->signal_delete_event().connect(sigc::bind<0>( sigc::mem_fun(this, &WindowFactory::remove), win)); - cerr << "Created window - count: " << _windows.size() << endl; - return win; } @@ -100,8 +98,6 @@ WindowFactory::remove(PatchWindow* win, GdkEventAny* ignored) delete win; - cerr << "Removed window " << win << "- count: " << _windows.size() << endl; - return true; } -- cgit v1.2.1