diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-20 21:28:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-20 21:28:29 +0100 |
| commit | bd5e8b83a3a18787241982efdae809d4db21f65d (patch) | |
| tree | 7aeabb1f4c3094107713f0f2b068c242a76c6469 /src/lib/caption_content.h | |
| parent | cb9183ee1165802bf81c2d6c8ced860c4da718f9 (diff) | |
Remove join function; the code is long and I don't think anybody
uses it.
Diffstat (limited to 'src/lib/caption_content.h')
| -rw-r--r-- | src/lib/caption_content.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/caption_content.h b/src/lib/caption_content.h index 25f7a1d66..297289f18 100644 --- a/src/lib/caption_content.h +++ b/src/lib/caption_content.h @@ -59,7 +59,6 @@ class CaptionContent : public ContentPart { public: explicit CaptionContent (Content* parent); - CaptionContent (Content* parent, std::vector<boost::shared_ptr<Content> >); void as_xml (xmlpp::Node *) const; std::string identifier () const; |
