From 9e1aab663f2afdd61bda773764cc3c8f652659aa Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Mon, 8 Jun 2015 13:43:39 +1200 Subject: Revert "SDL: handle SDL_QUIT event" --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp index 2c87e77f01..6b8b11fd3a 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp @@ -134,11 +134,6 @@ void ControllerInterface::Shutdown() // void ControllerInterface::UpdateInput() { -#ifdef CIFACE_USE_SDL - // SDL currently also handles SIGINT and SIGTERM, - // so make sure to update it even if there is no SDL device. - ciface::SDL::UpdateInput(); -#endif for (ciface::Core::Device* d : m_devices) d->UpdateInput(); } -- cgit v1.2.3