move some debug trace support code around to a more sane location
[ardour.git] / libs / ardour / globals.cc
index ac7eb8605da7a7b5c7f13f9a4b60d71b52864283..6e6ae9bf802a07164f4707c6ffe2dcb9cfe311d1 100644 (file)
@@ -110,18 +110,6 @@ mix_buffers_no_gain_t   ARDOUR::mix_buffers_no_gain = 0;
 
 sigc::signal<void,std::string> ARDOUR::BootMessage;
 
-void
-ARDOUR::debug_print (const char* prefix, std::string str)
-{
-       cerr << prefix << ": " << str;
-}
-
-void
-ARDOUR::set_debug_bits (uint64_t bits)
-{
-       debug_bits = bits;
-}
-
 int
 ARDOUR::setup_midi ()
 {