Small bits of tidying up.
[dcpomatic.git] / src / lib / video_content.cc
index c1f4d0089d8fab807b74d1fae14c8125ac6426f0..819333227a6e42c4a52d41a807cb338ddce45f48 100644 (file)
@@ -137,16 +137,6 @@ VideoContent::information () const
        return s.str ();
 }
 
-void
-VideoContent::set_crop (Crop c)
-{
-       {
-               boost::mutex::scoped_lock lm (_mutex);
-               _crop = c;
-       }
-       signal_changed (VideoContentProperty::VIDEO_CROP);
-}
-
 void
 VideoContent::set_left_crop (int c)
 {