From d25ea799f42e0b73caa2fab6ac5f7b07d78a28a6 Mon Sep 17 00:00:00 2001 From: VKamyshniy Date: Sun, 1 Feb 2015 23:14:30 +0200 Subject: [PATCH] [Summary] Progressing TRACKS specific import dialog --- gtk2_ardour/rc_option_editor.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index d9354b5140..8edf8c75b0 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -248,6 +248,7 @@ private: void click_emphasis_browse_clicked () { + /* TRACKs does not use it. SoundFileChooser sfdb (_("Choose Click Emphasis")); sfdb.show_all (); @@ -256,6 +257,7 @@ private: if (sfdb.run () == RESPONSE_OK) { click_emphasis_chosen (sfdb.get_filename()); } + */ } void click_emphasis_chosen (string const & path)