Remove unused code.
[ardour.git] / tools / resample_session.pl
index c6a390f480c27d86f93a4f693f05d2f2cf989f08..eadc5369857f9130e16f122916dc11ec7d8d475a 100755 (executable)
@@ -9,6 +9,8 @@
 # The peakfiles and dead_sounds aren't copied. Only "identified" files are copied, instant.xml's
 # or .bak's aren't copied either.
 
+use FindBin '$Bin';
+use lib "$Bin";
 use XML::Parser::PerlSAX;
 use XML::Handler::XMLWriter;
 use IO::Handle;