diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slide/layermanager.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/engine/slide/layermanager.cxx b/slideshow/source/engine/slide/layermanager.cxx index 579797b23fcd..09c80f2208c1 100644 --- a/slideshow/source/engine/slide/layermanager.cxx +++ b/slideshow/source/engine/slide/layermanager.cxx @@ -722,7 +722,6 @@ namespace slideshow LayerShapeMap::iterator aCurrShapeEntry( maAllShapes.begin() ); LayerShapeMap::iterator aCurrLayerFirstShapeEntry( maAllShapes.begin() ); const LayerShapeMap::iterator aEndShapeEntry ( maAllShapes.end() ); - ShapeUpdateSet aUpdatedShapes; // shapes that need update while( aCurrShapeEntry != aEndShapeEntry ) { const ShapeSharedPtr pCurrShape( aCurrShapeEntry->first ); |