diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 13:52:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 13:52:16 +0100 |
| commit | 09fcffa01669ee9f146c6c0e86be0f26b6dcd165 (patch) | |
| tree | c6d40b207ca468f1f337d53d3e517995817e390c /src/lib/video_content.cc | |
| parent | 2f25d1608356bf124e502c6aa438ec664c53de80 (diff) | |
Small bits of tidying up.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index c1f4d0089..819333227 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -138,16 +138,6 @@ VideoContent::information () const } 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) { { |
