aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-02-22 03:34:00 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-02-22 03:34:00 +0000
commit74e28b058aaf629d94ad7d44a9add3062e89441d (patch)
treee2a99c9f85f48108d1e1bc98b754143d953adb22 /externals/grill/flext/source/flsupport.h
parentcc4ac0dd18e12e0f7e1d06eeb5133cb018aa0ebe (diff)
""
svn path=/trunk/; revision=1326
Diffstat (limited to 'externals/grill/flext/source/flsupport.h')
-rw-r--r--externals/grill/flext/source/flsupport.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index d2a8cb90..d61f6013 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -277,16 +277,8 @@ public:
static void ZeroSamples(t_sample *dst,int cnt) { SetSamples(dst,cnt,0); }
- //! Get a 32 bit hash value frm an atom
+ //! Get a 32 bit hash value from an atom
static unsigned long AtomHash(const t_atom &a);
-
- /*! \brief Fold value to a number of bits
- \remark Good for hash tables
- */
- static unsigned int FoldBits(unsigned long h,int bits);
-
- //! \brief How many bits are necessary to represent n
- static int Int2Bits(unsigned long n);
//! @} FLEXT_S_UTIL