mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
general: remove some oddly-placed audio_error macros
This commit is contained in:
parent
984d70e8e0
commit
ec6638314c
@ -59,7 +59,4 @@ extern EXPCL_PANDA_PHYSICS void init_libphysics();
|
|||||||
#define physics_error(msg) ((void)0)
|
#define physics_error(msg) ((void)0)
|
||||||
#endif //]
|
#endif //]
|
||||||
|
|
||||||
#define audio_error(msg) \
|
|
||||||
audio_cat->error() << msg << std::endl
|
|
||||||
|
|
||||||
#endif // CONFIG_PHYSICS_H
|
#endif // CONFIG_PHYSICS_H
|
||||||
|
@ -44,10 +44,6 @@ const uint32_t UniqueIdAllocator::IndexAllocated = (uint32_t)-2;
|
|||||||
#define uniqueIdAllocator_warning(msg) ((void)0)
|
#define uniqueIdAllocator_warning(msg) ((void)0)
|
||||||
#endif //]
|
#endif //]
|
||||||
|
|
||||||
#define audio_error(msg) \
|
|
||||||
audio_cat->error() << msg << endl
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a free id pool in the range [min:max].
|
* Create a free id pool in the range [min:max].
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user