mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
remove some debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@9381 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e43bac2e88
commit
fdb3cb7911
1 changed files with 0 additions and 4 deletions
|
|
@ -36,7 +36,6 @@
|
|||
#include <cmath>
|
||||
|
||||
using namespace ARDOUR;
|
||||
using std::cerr;
|
||||
|
||||
PluginEqGui::PluginEqGui(boost::shared_ptr<ARDOUR::PluginInsert> pluginInsert)
|
||||
: _min_dB(-12.0)
|
||||
|
|
@ -114,8 +113,6 @@ PluginEqGui::PluginEqGui(boost::shared_ptr<ARDOUR::PluginInsert> pluginInsert)
|
|||
|
||||
PluginEqGui::~PluginEqGui()
|
||||
{
|
||||
cerr << "PEG::delete\n";
|
||||
|
||||
stop_listening ();
|
||||
|
||||
if (_analysis_scale_surface) {
|
||||
|
|
@ -312,7 +309,6 @@ PluginEqGui::signal_collect_callback(ARDOUR::BufferSet *in, ARDOUR::BufferSet *o
|
|||
_signal_analysis_running = false;
|
||||
|
||||
// This signals calls expose_analysis_area()
|
||||
cerr << "PEG::queue_draw\n";
|
||||
_analysis_area->queue_draw();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue