X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.cc;h=c415f933dd637c696a57ce07ef23863e233d65c0;hb=1668af230bde86ebc7ca5e2ff113bd8ad122a9bc;hp=3d35b4eeb1a5b5a977df4700874d937c83ef796b;hpb=82efb1abd6a399917fa34a417039d58424236d23;p=dcpomatic.git diff --git a/src/lib/image_content.cc b/src/lib/image_content.cc index 3d35b4eeb..c415f933d 100644 --- a/src/lib/image_content.cc +++ b/src/lib/image_content.cc @@ -25,14 +25,14 @@ #include "frame_rate_change.h" #include "exceptions.h" #include "safe_stringstream.h" +#include "image_filename_sorter.h" #include #include #include +#include #include "i18n.h" -#include "image_filename_sorter.cc" - using std::string; using std::cout; using boost::shared_ptr; @@ -150,21 +150,6 @@ ImageContent::still () const return number_of_paths() == 1; } -void -ImageContent::set_video_frame_rate (float r) -{ - { - boost::mutex::scoped_lock lm (_mutex); - if (_video_frame_rate == r) { - return; - } - - _video_frame_rate = r; - } - - signal_changed (VideoContentProperty::VIDEO_FRAME_RATE); -} - void ImageContent::set_default_colour_conversion () {