mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 14:41:20 +01:00
Remove a couple of unused vars, and hence the warning count.
This commit is contained in:
@@ -345,9 +345,6 @@ bool LabelDialog::TransferDataFromWindow()
|
|||||||
|
|
||||||
bool LabelDialog::Validate()
|
bool LabelDialog::Validate()
|
||||||
{
|
{
|
||||||
int cnt = mData.GetCount();
|
|
||||||
int i;
|
|
||||||
|
|
||||||
if (mGrid->IsCellEditControlShown()) {
|
if (mGrid->IsCellEditControlShown()) {
|
||||||
mGrid->HideCellEditControl();
|
mGrid->HideCellEditControl();
|
||||||
mGrid->SaveEditControlValue();
|
mGrid->SaveEditControlValue();
|
||||||
|
|||||||
Reference in New Issue
Block a user