X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidresourcefile.h;h=5f3cd3a62e7dc09dfd11a51781c056c17dbb9c89;hb=HEAD;hp=162026ce5bb4afe4d3600c17d3265909fecff4ed;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/androidresourcefile.h b/source/androidresourcefile.h deleted file mode 100644 index 162026c..0000000 --- a/source/androidresourcefile.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef ANDROIDRESOURCEFILE_H_ -#define ANDROIDRESOURCEFILE_H_ - -#include "filetarget.h" - -/** -A file destined to be used as a resource in an Android application. -*/ -class AndroidResourceFile: public FileTarget -{ -private: - std::string resource_type; - -public: - AndroidResourceFile(Builder &, const Component &, const Msp::FS::Path &); - - const char *get_type() const override { return "AndroidResourceFile"; } -}; - -#endif