From 966b830f95253c0c3c3b4675189270954ab9e153 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 28 Jan 2005 04:57:18 +0000 Subject: Max: use high-priority click instead of qelem for message-posting svn path=/trunk/; revision=2551 --- externals/grill/flext/source/flsupport.h | 6 +----- 1 file changed, 1 insertion(+), 5 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 8d6b5d3d..95bf8ea6 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -346,12 +346,8 @@ public: */ static const t_symbol *sym_pointer; -#if FLEXT_SYS == FLEXT_SYS_PD - /*! \brief Symbol constant for "signal" - \note PD only - */ + //! Symbol constant for "signal" static const t_symbol *sym_signal; -#endif //! \note This is used in macros where the type of the arg is not clear static const t_symbol *MakeSymbol(const t_symbol *s) { return s; } -- cgit v1.2.1