Skip to content
Snippets Groups Projects
Commit 0e36852e authored by pawel's avatar pawel
Browse files

Removed unused variables.

parent d7db0643
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ std::wstring PTTParamProxy::getValue(int ind, int prec, PROBE_TYPE probe_type)
*/
std::wstring PTTParamProxy::getCombinedValue(int indmsw, int indlsw, int prec, PROBE_TYPE probe_type)
{
int im,il, j, k;
int j, k;
if ((indmsw < 0) || (indmsw >= (int)values[probe_type].size()) || (indlsw < 0) || (indlsw >= (int)values[probe_type].size()))
return L"unknown";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment