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:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user