diff options
| author | Comment <tim@gray.(none)> | 2013-11-05 22:33:22 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-11-05 22:33:22 +0000 |
| commit | 18a77356a424511e7ae1865d1554d20b4b5c51fb (patch) | |
| tree | 15209fc88f1b8fd4fe2ced01ac804772c8f0a43b /rotord/src/vampHost.cpp | |
| parent | 9462492cae4d94157538f353d67f2f6daaa45259 (diff) | |
clean up compiler warnings
Diffstat (limited to 'rotord/src/vampHost.cpp')
| -rw-r--r-- | rotord/src/vampHost.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rotord/src/vampHost.cpp b/rotord/src/vampHost.cpp index 2ddc62f..08984cf 100644 --- a/rotord/src/vampHost.cpp +++ b/rotord/src/vampHost.cpp @@ -229,9 +229,6 @@ bool vampHost::Analyser::init(const string &soname,const string &id,const int &_ Plugin::OutputList outputs = plugin->getOutputDescriptors(); Plugin::OutputDescriptor od; - int returnValue = 1; - int prog = 0; - RealTime rt; PluginWrapper *wrapper = 0; RealTime adjustment = RealTime::zeroTime; @@ -410,7 +407,6 @@ float vampHost::Analyser::get_value(const float &time) { if (i->second.values.size()) v2=i->second.values[0]; i--; float lk=i->first; - int ln=i->second.number; if (i->second.values.size()) v1=i->second.values[0]; return ((((time-lk)/(uk-lk))*(v2-v1))+v1); |
