aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbind.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-05-23 18:34:12 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-05-23 18:34:12 +0000
commit494d0c177cf16562157b888bd936404579016ac8 (patch)
tree045111603ca53195ea83ab573fb6df311a8d53cb /externals/grill/flext/source/flbind.cpp
parent0de07c1dbdc7266e510522dc878265dc07712c61 (diff)
""
svn path=/trunk/; revision=650
Diffstat (limited to 'externals/grill/flext/source/flbind.cpp')
-rw-r--r--externals/grill/flext/source/flbind.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flbind.cpp b/externals/grill/flext/source/flbind.cpp
index d2a00129..a0af2ce0 100644
--- a/externals/grill/flext/source/flbind.cpp
+++ b/externals/grill/flext/source/flbind.cpp
@@ -140,7 +140,6 @@ bool flext_base::UnbindMethod(const t_symbol *sym,bool (*fun)(flext_base *,t_sym
bool ok = false;
if(bindhead) {
- void *d = NULL;
binditem *it = NULL;
if(sym) {
it = (binditem *)bindhead->Find(sym,0);