diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:18:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:19:10 +0200 |
commit | 6e9f03780d4ea217da9e9890e79808d9856937d3 (patch) | |
tree | e69f90969d0ba2fad486aaa4d8218b5e1b7ae5c7 /vcl | |
parent | faad24aa3339c9de06ab942ad36b19403de494f2 (diff) |
-Werror,-Wunused-variable
Change-Id: I5edfd48f499c0b06ae50baefa208875ac51653f7
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/helper/canvastools.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx index 519f97f2aa8b..ab5d7770deb2 100644 --- a/vcl/source/helper/canvastools.cxx +++ b/vcl/source/helper/canvastools.cxx @@ -225,8 +225,6 @@ namespace vcl // determine alpha channel depth const uno::Sequence<sal_Int8> aTags( aLayout.ColorSpace->getComponentTags() ); - const uno::Sequence<sal_Int32> aDepths( - aLayout.ColorSpace->getComponentBitCounts() ); const sal_Int8* pStart(aTags.getConstArray()); const sal_Size nLen(aTags.getLength()); const sal_Int8* pEnd(pStart+nLen); |