Kaydet (Commit) c8d4253f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I8c59f7aa0cde22468c9451f7d910cf0106138fd7
üst f553e34a
......@@ -1000,7 +1000,6 @@ Reference<rendering::XPolyPolygon2D> PresenterWindowManager::CreateClipPolyPolyg
::std::vector<awt::Rectangle> aRectangles;
aRectangles.reserve(1+nPaneCount);
aRectangles.push_back(mxParentWindow->getPosSize());
PresenterPaneContainer::PaneList::const_iterator iPane;
for (const auto& pDescriptor : mpPaneContainer->maPanes)
{
if ( ! pDescriptor->mbIsActive)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment