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:
guilhem.duche
2008-06-01 16:31:50 +00:00
parent 519e5759a5
commit 8957831d48

View File

@@ -569,8 +569,7 @@ public class WiiUseApiManager extends Thread {
while (!leave) {
try {
semaphore.acquire();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
} catch (InterruptedException e) {
e.printStackTrace();
}
@@ -604,13 +603,12 @@ public class WiiUseApiManager extends Thread {
}
gather.clearEvents();
}
} else {
}/* else {
if (connected <= 0) {
System.out.println("No wiimotes connected !");
}
}
}*/
}// end while true
}
/**