diff options
| -rw-r--r-- | sokol_app.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index d183e893..ccfd7a84 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -4307,7 +4307,6 @@ _SOKOL_PRIVATE void _sapp_vk_set_object_label(VkObjectType obj_type, uint64_t ob _SOKOL_UNUSED(obj_type); _SOKOL_UNUSED(obj_handle); _SOKOL_UNUSED(label); - return; #endif } |