summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/bitmap.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index c1a353f643c8..b66d4efb122b 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -92,7 +92,6 @@ struct BitmapSystemData
{
#if defined(_WIN32)
void* pDIB; // device independent byte buffer
- void* pDDB; // if not NULL then this is actually an HBITMAP
#elif defined( MACOSX ) || defined( IOS )
void* rImageContext; //Image context (CGContextRef)
#else