From: dooglus Date: Sat, 8 Sep 2007 16:02:24 +0000 (+0000) Subject: Mark ETL/status and ETL/_status.h as unused. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=ef0ec314c2375652e99a8421241e140c80151120;p=synfig.git Mark ETL/status and ETL/_status.h as unused. git-svn-id: http://svn.voria.com/code@633 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/ETL/_status.h b/ETL/trunk/ETL/_status.h index 764092c..c56f946 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 @@ -63,4 +64,4 @@ _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif - +#endif /* THIS_CODE_IS_NOT_USED */ diff --git a/ETL/trunk/ETL/status b/ETL/trunk/ETL/status index 6604623..f17161d 100644 --- a/ETL/trunk/ETL/status +++ b/ETL/trunk/ETL/status @@ -1,3 +1,4 @@ +#ifdef THIS_CODE_IS_NOT_USED // -*- C++ -*- /*! ======================================================================== ** Extended Template and Library @@ -34,3 +35,4 @@ /* === E N D =============================================================== */ #endif +#endif /* THIS_CODE_IS_NOT_USED */