canvas/source/directx/dx_vcltools.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 091e711b44874481e2701526191bdb2c4c1bd2df Author: Stephan Bergmann <[email protected]> AuthorDate: Wed Dec 22 08:52:44 2021 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Wed Dec 22 12:46:47 2021 +0100 loplugin:unusedvariablecheck Change-Id: I02b42dc4a825e01363e36d6a82f78519e2c6dfe7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127294 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/canvas/source/directx/dx_vcltools.cxx b/canvas/source/directx/dx_vcltools.cxx index 912adf8b0af2..1544ec916609 100644 --- a/canvas/source/directx/dx_vcltools.cxx +++ b/canvas/source/directx/dx_vcltools.cxx @@ -66,7 +66,6 @@ namespace dxcanvas::tools const void* hDIB ) { bool bRet( false ); - BitmapSharedPtr pBitmap; const BITMAPINFO* pBI = static_cast<BITMAPINFO*>(GlobalLock( const_cast<void *>(hDIB) ));
