mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 03:48:03 -05:00
Removes two unused variables in out Qt code. In this case the removal of these two results in less allocations, given std::map allocates on the heap.