commented useless part of the manager
git-svn-id: http://wiiusej.googlecode.com/svn/trunk@169 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
@@ -570,7 +570,6 @@ public class WiiUseApiManager extends Thread {
|
|||||||
try {
|
try {
|
||||||
semaphore.acquire();
|
semaphore.acquire();
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
// TODO Auto-generated catch block
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -604,13 +603,12 @@ public class WiiUseApiManager extends Thread {
|
|||||||
}
|
}
|
||||||
gather.clearEvents();
|
gather.clearEvents();
|
||||||
}
|
}
|
||||||
} else {
|
}/* else {
|
||||||
if (connected <= 0) {
|
if (connected <= 0) {
|
||||||
System.out.println("No wiimotes connected !");
|
System.out.println("No wiimotes connected !");
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}// end while true
|
}// end while true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user