aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-28 04:57:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-28 04:57:18 +0000
commit966b830f95253c0c3c3b4675189270954ab9e153 (patch)
treeabd528bf8c812582174214cd36e635b94404796f /externals/grill/flext/source/flsupport.h
parent3e86a4527748e5de5c091ffcb4ae5ac2dd8abd8a (diff)
Max: use high-priority click instead of qelem for message-posting
svn path=/trunk/; revision=2551
Diffstat (limited to 'externals/grill/flext/source/flsupport.h')
-rw-r--r--externals/grill/flext/source/flsupport.h6
1 files changed, 1 insertions, 5 deletions
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; }