From c3e666867cfd44768c9aa605abefde78274ace24 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 2 May 2007 15:21:51 +0000 Subject: reintroduce use of optimized functions for gain into buffer code, and cleanup the way they are declared to avoid depending on Session git-svn-id: svn://localhost/ardour2/branches/midi@1775 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/ardour/session.cc') diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 8f02904fb1..00c8deb36b 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -100,12 +100,6 @@ const char* Session::dead_sound_dir_name = X_("dead_sounds"); const char* Session::interchange_dir_name = X_("interchange"); const char* Session::export_dir_name = X_("export"); -Session::compute_peak_t Session::compute_peak = 0; -Session::find_peaks_t Session::find_peaks = 0; -Session::apply_gain_to_buffer_t Session::apply_gain_to_buffer = 0; -Session::mix_buffers_with_gain_t Session::mix_buffers_with_gain = 0; -Session::mix_buffers_no_gain_t Session::mix_buffers_no_gain = 0; - sigc::signal Session::AskAboutPendingState; sigc::signal Session::SendFeedback; -- cgit v1.2.3