Bläddra i källkod

general: remove some oddly-placed audio_error macros

rdb 6 år sedan
förälder
incheckning
ec6638314c
2 ändrade filer med 0 tillägg och 7 borttagningar
  1. 0 3
      panda/src/physics/config_physics.h
  2. 0 4
      panda/src/putil/uniqueIdAllocator.cxx

+ 0 - 3
panda/src/physics/config_physics.h

@@ -59,7 +59,4 @@ extern EXPCL_PANDA_PHYSICS void init_libphysics();
   #define physics_error(msg) ((void)0)
 #endif //]
 
-#define audio_error(msg) \
-  audio_cat->error() << msg << std::endl
-
 #endif // CONFIG_PHYSICS_H

+ 0 - 4
panda/src/putil/uniqueIdAllocator.cxx

@@ -44,10 +44,6 @@ const uint32_t UniqueIdAllocator::IndexAllocated = (uint32_t)-2;
   #define uniqueIdAllocator_warning(msg) ((void)0)
 #endif //]
 
-#define audio_error(msg) \
-  audio_cat->error() << msg << endl
-
-
 /**
  * Create a free id pool in the range [min:max].
  */