diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 20:02:21 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 21:33:02 +0100 |
commit | d10470bf1a2e170b80815d136eb5d83fc29b76ca (patch) | |
tree | 0f372ba0e4d32bb595e1158dbb31cbd5e2dbe0ca /vcl | |
parent | 0d5affd3001a3a2bf99e51ca9ce1f072d504e565 (diff) |
WaE: unused variable err
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/salgdi2.cxx b/vcl/win/source/gdi/salgdi2.cxx index ea3217298720..ec240adb0c6a 100644 --- a/vcl/win/source/gdi/salgdi2.cxx +++ b/vcl/win/source/gdi/salgdi2.cxx @@ -705,7 +705,6 @@ SalBitmap* WinSalGraphics::getBitmap( long nX, long nY, long nDX, long nDY ) } else { - DWORD err = GetLastError(); // #124826# avoid resource leak ! happens when runing without desktop access (remote desktop, service, may be screensavers) DeleteBitmap( hBmpBitmap ); } |