Remove Gamepad from limelight-pc

This commit is contained in:
Iwan Timmer
2014-01-08 21:48:44 +01:00
parent 031d82bd1f
commit 32a64e92fa
21 changed files with 0 additions and 1001 deletions

View File

@@ -5,8 +5,6 @@ import java.io.IOException;
import com.limelight.binding.LibraryHelper;
import com.limelight.binding.PlatformBinding;
import com.limelight.input.EvdevHandler;
import com.limelight.input.gamepad.Gamepad;
import com.limelight.input.gamepad.GamepadListener;
import com.limelight.nvstream.NvConnection;
import com.limelight.nvstream.NvConnectionListener;
import com.limelight.nvstream.StreamConfiguration;
@@ -59,8 +57,6 @@ public class Limelight implements NvConnectionListener {
displayError("Input", "Input (" + input + ") could not be found");
}
}
GamepadListener.getInstance().addDeviceListener(new Gamepad(conn));
}
private void pair() {