Remove unused line.

This commit is contained in:
Dario 2025-02-10 20:23:59 -03:00
parent bb2b24a6dd
commit 762480a2d0

View file

@ -1610,7 +1610,6 @@ bool Video::CreateHostDevice(const char *sdlVideoDriver)
interfaceFunctions.push_back(CreateVulkanInterfaceWrapper); interfaceFunctions.push_back(CreateVulkanInterfaceWrapper);
#endif #endif
bool driverWorkaroundsEnabled = Config::GraphicsAPI == EGraphicsAPI::Auto;
for (RenderInterfaceFunction *interfaceFunction : interfaceFunctions) for (RenderInterfaceFunction *interfaceFunction : interfaceFunctions)
{ {
g_interface = interfaceFunction(); g_interface = interfaceFunction();