From 4c1375daa8fcfb5c7c1d291df30027c78937f4df Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 11 Dec 2008 19:52:38 +0000 Subject: speedlim for anything svn path=/trunk/externals/iemlib/; revision=10448 --- iemlib2/src/speedlim.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'iemlib2/src/speedlim.c') diff --git a/iemlib2/src/speedlim.c b/iemlib2/src/speedlim.c index 2328ffa..801acfe 100644 --- a/iemlib2/src/speedlim.c +++ b/iemlib2/src/speedlim.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iemlib2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iemlib2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2008 */ #include "m_pd.h" @@ -21,7 +21,6 @@ typedef struct _speedlim int x_output_is_locked; int x_there_was_n_event; t_float x_curval; - t_float x_lastout; } t_speedlim; static void speedlim_stop(t_speedlim *x) -- cgit v1.2.1