aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-21 03:10:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-21 03:10:39 +0000
commit905842d6d4aa429fae37ac6f6b63ccc65fc4afd8 (patch)
tree3790c548149e17ed7ee0b30c9b8d0678da787429
parent8a089d09426b8697220664881103c8370183241f (diff)
removed unused variables
svn path=/trunk/externals/plugin~/; revision=10884
-rw-r--r--plugin~.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugin~.c b/plugin~.c
index 3944d6e..9777a94 100644
--- a/plugin~.c
+++ b/plugin~.c
@@ -200,7 +200,6 @@ static void plugin_tilde_dsp (Pd_Plugin_Tilde* x, t_signal** sp)
static t_int* plugin_tilde_perform (t_int* w)
{
- unsigned i = 0;
Pd_Plugin_Tilde* x = NULL;
t_float** audio_inputs = NULL;
t_float** audio_outputs = NULL;
@@ -544,7 +543,6 @@ int plugin_tilde_ladspa_open_plugin (Pd_Plugin_Tilde* x,
const char* lib_name,
unsigned long sample_rate)
{
- unsigned port_index;
/* precondition(s) */
assert (x != NULL);
@@ -835,11 +833,6 @@ void plugin_tilde_ladspa_set_control_input_by_index (Pd_Plugin_Tilde* x,
unsigned port_index = 0;
unsigned ctrl_input_count = 0;
int found_port = 0; /* boolean */
- int bounded_from_below = 0;
- int bounded_from_above = 0;
- int bounded = 0;
- float lower_bound = 0;
- float upper_bound = 0;
/* precondition(s) */
assert (x != NULL);