Remove a couple of unused vars, and hence the warning count.

This commit is contained in:
martynshaw99 2013-09-27 00:18:45 +00:00
parent ec8e203676
commit abcffe7593
1 changed files with 0 additions and 3 deletions

View File

@ -345,9 +345,6 @@ bool LabelDialog::TransferDataFromWindow()
bool LabelDialog::Validate()
{
int cnt = mData.GetCount();
int i;
if (mGrid->IsCellEditControlShown()) {
mGrid->HideCellEditControl();
mGrid->SaveEditControlValue();