aboutsummaryrefslogtreecommitdiff
path: root/aka.wiiremote
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-07-22 15:30:52 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:26 +0200
commitef417b58265bc400d687783c341f84c87b5daa09 (patch)
tree95d68b146a8eae9050ffcc09e608b9eb4e6542ca /aka.wiiremote
parent25dcbfc009a7fbf95a4e2e8788a5cf68d2cdd7b1 (diff)
removed CFRunLoopRunInMode() in clock function since it doesn't seem to do anything there
svn path=/trunk/externals/io/; revision=10207
Diffstat (limited to 'aka.wiiremote')
-rw-r--r--aka.wiiremote/aka.wiiremote.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/aka.wiiremote/aka.wiiremote.c b/aka.wiiremote/aka.wiiremote.c
index 5834b63..7a113b6 100644
--- a/aka.wiiremote/aka.wiiremote.c
+++ b/aka.wiiremote/aka.wiiremote.c
@@ -538,12 +538,9 @@ void akawiiremote_clock(t_akawiiremote *x)
t_atom status;
connection = wiiremote_isconnected(x->wiiremote);
-
+
if (x->connected == false && connection == true) // if the device is connected...
{
-#ifdef PD
- CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true);
-#endif
wiiremote_getstatus(x->wiiremote);
x->connected = true;
SETLONG(&status, 1);