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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user