provide limited momentary note on/off MIDI binding option; remove some debugging...
[ardour.git] / libs / ardour / io_processor.cc
index 6bdac9fe199e47f6b0064f351ac5a63b7cc10d55..91247d5082dd62c6c993f524e4b2945817075813 100644 (file)
@@ -24,7 +24,6 @@
 #include <unistd.h>
 #include <sstream>
 
-#include <sigc++/bind.h>
 
 #include "pbd/xml++.h"
 #include "pbd/enumwriter.h"
@@ -89,7 +88,6 @@ IOProcessor::IOProcessor (Session& s, boost::shared_ptr<IO> in, boost::shared_pt
 
 IOProcessor::~IOProcessor ()
 {
-       notify_callbacks ();
 }
 
 void