aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flthr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flthr.cpp')
-rw-r--r--externals/grill/flext/source/flthr.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/externals/grill/flext/source/flthr.cpp b/externals/grill/flext/source/flthr.cpp
index fd780a1c..705f1631 100644
--- a/externals/grill/flext/source/flthr.cpp
+++ b/externals/grill/flext/source/flthr.cpp
@@ -155,15 +155,6 @@ void flext_base::PopThread()
tlmutex.Unlock();
}
-#ifdef MAXMSP
-void flext_base::YTick(flext_base *th)
-{
- clock_delay(th->yclk,0);
- qelem_set(th->qclk);
- sched_yield();
-}
-#endif
-
flext_base::thrid_t flext_base::GetThreadId()
{
return pthread_self();