aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2026-01-24 13:49:17 +0100
committerAndre Weissflog <floooh@gmail.com>2026-01-24 13:49:17 +0100
commit7f25a05fbad4b3773c70516e541bdc31367985ad (patch)
treea28569bd2a2626830e8eb7147fc64d305f2d1f04 /sokol_app.h
parent8d0436e28458eb78e664607a9c272d6d9aabf015 (diff)
sokol_app.h vk: post-merge fix (remove a redundant return statement)
Diffstat (limited to 'sokol_app.h')
-rw-r--r--sokol_app.h1
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
}