mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 03:01:06 +00: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.