Quellcode durchsuchen

fix infinite loop

Plex-CLA-1.0-signed-off-by: Cory Parsons <babylonstudio@gmail.com>

This was unnecessary and is preventing devices from disconnecting/reconnecting.
Cory Parsons vor 9 Jahren
Ursprung
Commit
17f51ba4cc
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      src/input/InputSDL.cpp

+ 0 - 4
src/input/InputSDL.cpp

@@ -199,10 +199,6 @@ void InputSDLWorker::run()
             repeats[it.key()]++;
         }
       }
-      else
-      {
-        continue;
-      }
 
       it++;
     }