From abcffe7593dfebc06d53e884a1398264463eef2b Mon Sep 17 00:00:00 2001 From: martynshaw99 Date: Fri, 27 Sep 2013 00:18:45 +0000 Subject: [PATCH] Remove a couple of unused vars, and hence the warning count. --- src/LabelDialog.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LabelDialog.cpp b/src/LabelDialog.cpp index 56f569cca..c733c2612 100644 --- a/src/LabelDialog.cpp +++ b/src/LabelDialog.cpp @@ -345,9 +345,6 @@ bool LabelDialog::TransferDataFromWindow() bool LabelDialog::Validate() { - int cnt = mData.GetCount(); - int i; - if (mGrid->IsCellEditControlShown()) { mGrid->HideCellEditControl(); mGrid->SaveEditControlValue();