Remove unused variable
This commit is contained in:
parent
a1d5b0fd03
commit
4a54826d9b
|
@ -2372,8 +2372,6 @@ void vulkan_present(gfx_ctx_vulkan_data_t *vk, unsigned index)
|
|||
void vulkan_context_destroy(gfx_ctx_vulkan_data_t *vk,
|
||||
bool destroy_surface)
|
||||
{
|
||||
unsigned i;
|
||||
|
||||
if (!vk->context.instance)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue