Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
17f51ba4cc
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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++;
     }