diff --git a/src/Backends/Rendering/WiiU.cpp b/src/Backends/Rendering/WiiU.cpp index d525a1aa..82b36a05 100644 --- a/src/Backends/Rendering/WiiU.cpp +++ b/src/Backends/Rendering/WiiU.cpp @@ -126,7 +126,6 @@ static VertexBufferSlot* GetVertexBufferSlot(void) static void FlushVertexBuffer(void) { static size_t vertex_buffer_size = 1; - static size_t current_vertex_buffer = 0; if (current_vertex_buffer_slot == 0) return;