aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flout.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-11-19 23:15:44 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-11-19 23:15:44 +0000
commit0f576ee67600ceb2a435fb26b036551ffde8bb74 (patch)
treefa4cdf924a6569339f9d100477a3005f3718fb58 /externals/grill/flext/source/flout.cpp
parent21859fabaa92215068d7176e504ac0d59d4301a5 (diff)
*** empty log message ***
svn path=/trunk/; revision=3981
Diffstat (limited to 'externals/grill/flext/source/flout.cpp')
-rw-r--r--externals/grill/flext/source/flout.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flout.cpp b/externals/grill/flext/source/flout.cpp
index d09b4e55..d4066568 100644
--- a/externals/grill/flext/source/flout.cpp
+++ b/externals/grill/flext/source/flout.cpp
@@ -101,7 +101,8 @@ bool flext_base::InitInlets()
#if PD_MINOR_VERSION >= 37 && defined(PD_DEVEL_VERSION)
// set tooltip
- if(xi.desc && *xi.desc) class_settip(thisClass(),gensym(xi.desc));
+// this is on a per-class basis... we cannot really use it here
+// if(xi.desc && *xi.desc) class_settip(thisClass(),gensym(xi.desc));
#endif
}