diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-21 03:10:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-21 03:10:39 +0000 |
commit | 905842d6d4aa429fae37ac6f6b63ccc65fc4afd8 (patch) | |
tree | 3790c548149e17ed7ee0b30c9b8d0678da787429 /plugin~.c | |
parent | 8a089d09426b8697220664881103c8370183241f (diff) |
removed unused variables
svn path=/trunk/externals/plugin~/; revision=10884
Diffstat (limited to 'plugin~.c')
-rw-r--r-- | plugin~.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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); |