X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=plugins%2Fdatafile%2Fdatacollection.h;h=8ae54d7729addb3912002345d236f0672e971b71;hp=2fca294a72c610c2c13596e0e6d25f08f56d0c71;hb=HEAD;hpb=e7370dbd2bde63d0d12f73d8606b3992954f40ce diff --git a/plugins/datafile/datacollection.h b/plugins/datafile/datacollection.h index 2fca294..8ae54d7 100644 --- a/plugins/datafile/datacollection.h +++ b/plugins/datafile/datacollection.h @@ -18,9 +18,6 @@ private: public: const char *get_type() const override { return "DataCollection"; } DataTransform &get_source() const { return source; } - -private: - void find_dependencies() override; }; #endif