summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-13 15:11:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-13 15:11:07 +0000
commit98834c05324b6e5be70e642ef5b5d62f6d34334a (patch)
tree99fb84768e4b1958fb08ae807b872599f0a7e660 /gtk2_ardour/editor.cc
parent06fa1b73e581558ee1b21d0e313db8c2560d422e (diff)
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
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index d07ac8794a..da713ec072 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -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)
{