summaryrefslogtreecommitdiff
path: root/vcl/source/helper/canvastools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/canvastools.cxx')
-rw-r--r--vcl/source/helper/canvastools.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx
index 2f7e8d60635e..8bcf4d69bc90 100644
--- a/vcl/source/helper/canvastools.cxx
+++ b/vcl/source/helper/canvastools.cxx
@@ -197,8 +197,6 @@ namespace vcl
// volatile bitmaps are a bit more complicated to read
// from..
- uno::Reference<rendering::XVolatileBitmap> xVolatileBitmap(
- xInputBitmap, uno::UNO_QUERY);
// loop a few times, until successfully read (for XVolatileBitmap)
for( int i=0; i<10; ++i )