mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
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,
|
void vulkan_context_destroy(gfx_ctx_vulkan_data_t *vk,
|
||||||
bool destroy_surface)
|
bool destroy_surface)
|
||||||
{
|
{
|
||||||
unsigned i;
|
|
||||||
|
|
||||||
if (!vk->context.instance)
|
if (!vk->context.instance)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user