diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-09 18:39:18 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-09 18:39:21 -0400 |
commit | ba165b10926de0e5f4280c621dae87e30ce29c97 (patch) | |
tree | 1e3913cb375befcec7714c5bd79857333058ea4b /src/input_common/sdl/sdl_impl.cpp | |
parent | c56d893e772617844d7553a79e3a89a6d0a73519 (diff) |
video_core/gpu_thread: Remove unused local variable
Instead of retrieving the data from the std::variant instance, we can
just check if the variant contains that type of data.
This is essentially the same behavior, only it returns a bool indicating
whether or not the type in the variant is currently active, instead of
actually retrieving the data.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions