From cd0dbb399460d8c6e28a07c726bc914cfcda5ab3 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 20 Jul 2003 02:36:32 +0000 Subject: "" svn path=/trunk/; revision=779 --- externals/grill/flext/source/flsupport.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'externals/grill/flext/source/flsupport.h') diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index 789e6921..5c222205 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -988,21 +988,6 @@ protected: friend class flext_obj; #endif -/* - With linux and more than one flext-based external loaded all calls to static - exported functions refer to the first instance loaded! - As single- and multi-threaded to different initializations the function names have - to be different as well. -*/ - -/* -#ifdef FLEXT_THREADS -#define FLEXT_SETUPFUNC SetupMulti -#else -#define FLEXT_SETUPFUNC SetupSingle -#endif - static void FLEXT_SETUPFUNC(); -*/ static void Setup(); static bool chktilde(const char *objname); -- cgit v1.2.1