[cppcheck-fix][unused-variable]
This commit is contained in:
parent
512968ee81
commit
8ce79ec545
1 changed files with 2 additions and 2 deletions
|
|
@ -2079,7 +2079,7 @@ void StepEntityEditor::Update()
|
|||
CheckButtons();
|
||||
}
|
||||
#ifdef firstWaySEEUpdate
|
||||
int buttonValue;
|
||||
// int buttonValue;
|
||||
seeAttrRow *ptr;
|
||||
SubordinateInfo *si = 0;
|
||||
|
||||
|
|
@ -2132,7 +2132,7 @@ void StepEntityEditor::Update()
|
|||
}
|
||||
#endif
|
||||
#ifdef secondWaySEEUpdate
|
||||
int buttonValue;
|
||||
// int buttonValue;
|
||||
seeAttrRow *ptr;
|
||||
Event e;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue