Cleanup: unused variable in release builds.
This commit is contained in:
@@ -184,6 +184,7 @@ static void shapekey_blend_read_after_liblink(BlendLibReader * /*reader*/, ID *i
|
||||
/* ShapeKeys should always only be linked indirectly through their user ID (mesh, Curve etc.), or
|
||||
* be fully local data. */
|
||||
BLI_assert((id->tag & LIB_TAG_EXTERN) == 0);
|
||||
UNUSED_VARS_NDEBUG(id);
|
||||
}
|
||||
|
||||
IDTypeInfo IDType_ID_KE = {
|
||||
|
||||
Reference in New Issue
Block a user