From 9a3e9ae4965eb8d2cb93ee6c264a307d6f9ee14e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 17 Sep 2003 02:32:55 +0000 Subject: "" svn path=/trunk/; revision=979 --- externals/grill/flext/source/flprefix.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'externals/grill/flext/source/flprefix.h') diff --git a/externals/grill/flext/source/flprefix.h b/externals/grill/flext/source/flprefix.h index e9e43e50..93bfbe4d 100755 --- a/externals/grill/flext/source/flprefix.h +++ b/externals/grill/flext/source/flprefix.h @@ -342,21 +342,6 @@ WARRANTIES, see the file, "license.txt," in this distribution. #endif #endif -// ----- set message queue mode ----- -#undef FLEXT_QTHR - -#ifdef FLEXT_PDLOCK - // new PD thread locking functionality shall be used - #if FLEXT_SYS == FLEXT_SYS_PD - #ifdef FLEXT_THREADS - // can only be used with PD and threaded build - #define FLEXT_QTHR - #endif - #else - #error FLEXT_PDLOCK can only be defined with PD - #endif -#endif - // ----- macros for class names ----- /* With linux (flat linker namespace) and more than one flext-based external loaded all calls to static -- cgit v1.2.1