Make import GUI report if you are importing a file of a name that
[ardour.git] / libs / ardour / session_click.cc
index ba7f7ae8117fed35b8642bef01c966595cd6ad3b..f48054c532c76517fdea9a1278b29650c456aa4e 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <list>
@@ -84,8 +83,6 @@ Session::click (nframes_t start, nframes_t nframes, nframes_t offset)
        }
        
        delete points;
-
-       delete points;
        
   run_clicks:
        
@@ -148,7 +145,7 @@ Session::setup_click_sounds (int which)
                        click_data = 0;
                }
 
-               string path = Config->get_click_emphasis_sound();
+               string path = Config->get_click_sound();
 
                if (path.empty()) {