diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
| commit | bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c (patch) | |
| tree | 1038f16144cfe58995e31650925f066b67fda677 /src/lib/video_content.cc | |
| parent | e16c8ed02a0cb1f733a990d75a9de1bf50cf89bd (diff) | |
More noncopyable.
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 819333227..4b8941c00 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -73,16 +73,6 @@ VideoContent::VideoContent (shared_ptr<const Film> f, shared_ptr<const cxml::Nod } } -VideoContent::VideoContent (VideoContent const & o) - : Content (o) - , _video_length (o._video_length) - , _video_size (o._video_size) - , _video_frame_rate (o._video_frame_rate) - , _ratio (o._ratio) -{ - -} - void VideoContent::as_xml (xmlpp::Node* node) const { |
