enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / stripable.cc
index 2a86ef252932d9052b285b5933dea4a6f335a20a..84d2bafccf90ef53b0f4bd07e66b6070e7152bf5 100644 (file)
@@ -26,7 +26,7 @@
 #include "ardour/rc_configuration.h"
 #include "ardour/stripable.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace PBD;
@@ -48,12 +48,6 @@ Stripable::set_presentation_order (PresentationInfo::order_t order, bool notify_
        }
 }
 
-void
-Stripable::set_presentation_order_explicit (PresentationInfo::order_t order)
-{
-       _presentation_info.set_order (order);
-}
-
 int
 Stripable::set_state (XMLNode const& node, int version)
 {