enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / cycle_timer.cc
index ad91fa68744ffe49ac17165d295f7d205bab7432..4742d9617403c7095577a42641a23584943eb5f7 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "ardour/libardour_visibility.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace PBD;
@@ -86,7 +86,7 @@ StoringTimer::StoringTimer (int N)
        _points = 0;
 }
 
-
+#ifndef NDEBUG
 void
 StoringTimer::dump (string const & file)
 {
@@ -98,6 +98,7 @@ StoringTimer::dump (string const & file)
                f << _point[i] << " " << _ref[i] << " " << _value[i] << "\n";
        }
 }
+#endif
 
 void
 StoringTimer::ref ()