aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/inter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/xsample/source/inter.cpp')
-rw-r--r--externals/grill/xsample/source/inter.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/externals/grill/xsample/source/inter.cpp b/externals/grill/xsample/source/inter.cpp
index 3490044a..fe63fce8 100644
--- a/externals/grill/xsample/source/inter.cpp
+++ b/externals/grill/xsample/source/inter.cpp
@@ -24,12 +24,6 @@ void xinter::setup(t_classid c)
FLEXT_CADDATTR_VAR_E(c,"interp",interp,m_interp);
}
-xinter::xinter():
- doplay(false),outchns(1),
- interp(xsi_4p)
-{
-}
-
I xinter::m_set(I argc,const t_atom *argv)
{
I r = xsample::m_set(argc,argv);