Cleanup: Unused variable in release build

This commit is contained in:
Sergey Sharybin 2018-09-19 09:48:32 +02:00
parent fe467735e5
commit eab3ca7348
1 changed files with 1 additions and 0 deletions

View File

@ -929,6 +929,7 @@ void WM_gizmo_group_type_reinit_ptr_ex(
{
wmGizmoGroupTypeRef *gzgt_ref = WM_gizmomaptype_group_find_ptr(gzmap_type, gzgt);
BLI_assert(gzgt_ref != NULL);
UNUSED_VARS_NDEBUG(gzgt_ref);
WM_gizmomaptype_group_unlink(NULL, bmain, gzmap_type, gzgt);
WM_gizmo_group_type_add_ptr_ex(gzgt, gzmap_type);
}