summaryrefslogtreecommitdiff
path: root/src/lib/video_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_content.cc')
-rw-r--r--src/lib/video_content.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc
index ae6cb64dd..a59e9669d 100644
--- a/src/lib/video_content.cc
+++ b/src/lib/video_content.cc
@@ -83,7 +83,6 @@ VideoContent::from_xml (Content* parent, cxml::ConstNodePtr node, int version)
return shared_ptr<VideoContent> ();
}
- /* Can't use make_shared here as the constructor is private */
return shared_ptr<VideoContent> (new VideoContent (parent, node, version));
}