Commit f84a3af2 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: smooth: remove dead code

parent 0b4e9f1b
...@@ -270,8 +270,3 @@ Manifest * ManifestParser::parse() ...@@ -270,8 +270,3 @@ Manifest * ManifestParser::parse()
return manifest; return manifest;
} }
Manifest *parse(stream_t *, const std::string &)
{
return NULL;
}
...@@ -63,8 +63,6 @@ namespace smooth ...@@ -63,8 +63,6 @@ namespace smooth
Manifest * parse(); Manifest * parse();
Manifest *parse(stream_t *p_stream, const std::string &);
private: private:
xml::Node *root; xml::Node *root;
Manifest *manifest; Manifest *manifest;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment