X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_status.h;h=6628ae3289a87fe535d88b6833dcb002122ce64a;hb=01ac089e243c721d088a117cc7a8505cb5da80d8;hp=764092cdefe0d36bf9934be381bf34b69480dc98;hpb=36d01e1527fda602a9aed07d209eb34e6770bca8;p=synfig.git diff --git a/ETL/trunk/ETL/_status.h b/ETL/trunk/ETL/_status.h index 764092c..6628ae3 100644 --- a/ETL/trunk/ETL/_status.h +++ b/ETL/trunk/ETL/_status.h @@ -1,3 +1,4 @@ +#ifdef THIS_CODE_IS_NOT_USED /*! ======================================================================== ** Extended Template Library ** Status Callback Class Implementation @@ -44,6 +45,7 @@ public: virtual bool task(const std::string &task) { return true; } +#warning this task(task) thing looks wrong, but the code isn't used, so let's not worry virtual void push_task(const std::string &task,int start=0, int end=100, int total=100) { task(task); } virtual void pop_task() { return; } @@ -63,4 +65,4 @@ _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif - +#endif /* THIS_CODE_IS_NOT_USED */