2
0
Эх сурвалжийг харах

WinRT: removed an unused variable from DXGI-based display-detection code

David Ludwig 9 жил өмнө
parent
commit
c8e3bfbf54

+ 0 - 1
src/video/winrt/SDL_winrtvideo.cpp

@@ -386,7 +386,6 @@ WINRT_InitModes(_THIS)
         return -1;
     }
 
-    int adapterIndex = 0;
     for (int adapterIndex = 0; ; ++adapterIndex) {
         if (WINRT_AddDisplaysForAdapter(_this, dxgiFactory2, adapterIndex) < 0) {
             break;