Browse Source

input_common/sdl_impl: Remove unused variable in SDLState constructor

nce_cpp
Lioncash 7 years ago
parent
commit
4eeedd0436
  1. 1
      src/input_common/sdl/sdl_impl.cpp

1
src/input_common/sdl/sdl_impl.cpp

@ -477,7 +477,6 @@ SDLState::SDLState() {
if (start_thread) {
poll_thread = std::thread([&] {
using namespace std::chrono_literals;
SDL_Event event;
while (initialized) {
SDL_PumpEvents();
std::this_thread::sleep_for(std::chrono::duration(10ms));

Loading…
Cancel
Save