audio-drain/airtalgo/debugRemove.h

23 lines
411 B
C

/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license BSD 3 clauses (see license file)
*/
#ifdef __AIRTALGOO_DEBUG_H__
#undef __AIRTALGOO_DEBUG_H__
#undef AIRTALGO_BASE
#undef AIRTALGO_CRITICAL
#undef AIRTALGO_ERROR
#undef AIRTALGO_WARNING
#undef AIRTALGO_INFO
#undef AIRTALGO_DEBUG
#undef AIRTALGO_VERBOSE
#undef AIRTALGO_TODO
#undef AIRTALGO_ASSERT
#endif