mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	input_common/sdl_impl: Remove unused variable in SDLState constructor
This commit is contained in:
		
							parent
							
								
									1f233e4365
								
							
						
					
					
						commit
						a5c087f5de
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -477,7 +477,6 @@ SDLState::SDLState() { | ||||||
|     if (start_thread) { |     if (start_thread) { | ||||||
|         poll_thread = std::thread([&] { |         poll_thread = std::thread([&] { | ||||||
|             using namespace std::chrono_literals; |             using namespace std::chrono_literals; | ||||||
|             SDL_Event event; |  | ||||||
|             while (initialized) { |             while (initialized) { | ||||||
|                 SDL_PumpEvents(); |                 SDL_PumpEvents(); | ||||||
|                 std::this_thread::sleep_for(std::chrono::duration(10ms)); |                 std::this_thread::sleep_for(std::chrono::duration(10ms)); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue