cppcheck scope reduction in sd/... CustomAnimationList.cxx
This commit is contained in:
parent
f087747a58
commit
26b17d5c2c
1 changed files with 2 additions and 2 deletions
|
@ -600,9 +600,7 @@ void CustomAnimationList::update()
|
|||
long nFirstVis = -1;
|
||||
long nLastVis = -1;
|
||||
long nFirstSelOld = -1;
|
||||
long nFirstSelNew = -1;
|
||||
long nLastSelOld = -1;
|
||||
long nLastSelNew = -1;
|
||||
bool bMoved = false;
|
||||
bool bMovedUp = false;
|
||||
bool bMovedDown = false;
|
||||
|
@ -655,6 +653,8 @@ void CustomAnimationList::update()
|
|||
clear();
|
||||
if( mpMainSequence.get() )
|
||||
{
|
||||
long nFirstSelNew = -1;
|
||||
long nLastSelNew = -1;
|
||||
std::for_each( mpMainSequence->getBegin(), mpMainSequence->getEnd(), stl_append_effect_func( *this ) );
|
||||
mpLastParentEntry = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue