1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 12:42:03 +01:00

Fix some compiler warnings.

This commit is contained in:
v.audacity
2013-12-13 01:24:47 +00:00
parent 568ceeb47f
commit fc6e4a4cba
3 changed files with 5 additions and 7 deletions

View File

@@ -1762,7 +1762,6 @@ KeyView::GetValue(int line)
return wxEmptyString;
}
int index = LineToIndex(line);
KeyNode *node = &mNodes[index];
// Get the label and key values
wxString value;