Cleanup DummySource (bad bad bad)

This commit is contained in:
brunoherbelin
2021-04-05 14:55:21 +02:00
parent ae1c3d85ab
commit 1d45ab1d20
3 changed files with 22 additions and 24 deletions

View File

@@ -71,7 +71,6 @@ protected:
std::list< SourceIdList > groups_sources_id_;
static void XMLToNode(tinyxml2::XMLElement *xml, Node &n);
static Source *createDummy(tinyxml2::XMLElement *sourceNode);
};
class SessionCreator : public SessionLoader {