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

-Werror,-Wunused-variable

Change-Id: I5edfd48f499c0b06ae50baefa208875ac51653f7
üst faad24aa
...@@ -225,8 +225,6 @@ namespace vcl ...@@ -225,8 +225,6 @@ namespace vcl
// determine alpha channel depth // determine alpha channel depth
const uno::Sequence<sal_Int8> aTags( const uno::Sequence<sal_Int8> aTags(
aLayout.ColorSpace->getComponentTags() ); aLayout.ColorSpace->getComponentTags() );
const uno::Sequence<sal_Int32> aDepths(
aLayout.ColorSpace->getComponentBitCounts() );
const sal_Int8* pStart(aTags.getConstArray()); const sal_Int8* pStart(aTags.getConstArray());
const sal_Size nLen(aTags.getLength()); const sal_Size nLen(aTags.getLength());
const sal_Int8* pEnd(pStart+nLen); const sal_Int8* pEnd(pStart+nLen);
......
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