aboutsummaryrefslogtreecommitdiff
path: root/iemlib2/src/speedlim.c
diff options
context:
space:
mode:
Diffstat (limited to 'iemlib2/src/speedlim.c')
-rw-r--r--iemlib2/src/speedlim.c3
1 files changed, 1 insertions, 2 deletions
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)