Enkele hele kleine wijzigingen aangebracht.

This commit is contained in:
Bram Veenboer
2011-06-07 19:29:13 +00:00
parent 15b8008257
commit 5ba74fdd78
8 changed files with 44 additions and 62 deletions

View File

@@ -493,10 +493,6 @@ public class Wiimote implements WiiUseApiListener {
return "Wiimote with ID : " + id;
}
public Calibration getCalibration() {
return manager.getCalibration(id);
}
public void rumble(int milliseconds) {
activateRumble();
try {