X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=plugins%2Fdatafile%2Fdatacollection.h;h=8ae54d7729addb3912002345d236f0672e971b71;hb=HEAD;hp=2fca294a72c610c2c13596e0e6d25f08f56d0c71;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git 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