summaryrefslogtreecommitdiffstats
path: root/src/input_common/sdl
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-17 09:02:48 +0100
committerLioncash <mathew1800@gmail.com>2019-03-17 09:02:48 +0100
commit834d3fe336b066776c53b43b5682699622911acc (patch)
tree83ba96aacbb16e757498b271bcf6fd8d735d5349 /src/input_common/sdl
parentMerge pull request #2241 from lioncash/compile-flags (diff)
downloadyuzu-834d3fe336b066776c53b43b5682699622911acc.tar
yuzu-834d3fe336b066776c53b43b5682699622911acc.tar.gz
yuzu-834d3fe336b066776c53b43b5682699622911acc.tar.bz2
yuzu-834d3fe336b066776c53b43b5682699622911acc.tar.lz
yuzu-834d3fe336b066776c53b43b5682699622911acc.tar.xz
yuzu-834d3fe336b066776c53b43b5682699622911acc.tar.zst
yuzu-834d3fe336b066776c53b43b5682699622911acc.zip
Diffstat (limited to 'src/input_common/sdl')
-rw-r--r--src/input_common/sdl/sdl_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl_impl.cpp b/src/input_common/sdl/sdl_impl.cpp
index 934339d3b..c223f5843 100644
--- a/src/input_common/sdl/sdl_impl.cpp
+++ b/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));