remove a bunch of cerr output and/or convert to use error<<

git-svn-id: svn://localhost/ardour2/branches/3.0@13477 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-11-13 15:11:07 +00:00
parent 06fa1b73e5
commit 98834c0532
13 changed files with 24 additions and 46 deletions

View file

@ -208,12 +208,6 @@ static const gchar *_rb_opt_strings[] = {
};
#endif
void
show_me_the_size (Requisition* r, const char* what)
{
cerr << "size of " << what << " = " << r->width << " x " << r->height << endl;
}
static void
pane_size_watcher (Paned* pane)
{