summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-12-26 15:04:42 +0200
committerTor Lillqvist <tml@collabora.com>2018-12-26 16:54:23 +0200
commit090f0e3094e8d6e485f275964133d8b1712c358d (patch)
tree021e1b79cfc30e96e84f01cdc18692549cc44162 /include/vcl
parent71ab9a658bf3ac8fd2486833dc2372b238acf98b (diff)
The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhere
Change-Id: I7190a44d4857fd337fb49e689cd71ffb78b86b9d
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/bitmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index b66d4efb122b..16dad0e6601d 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -93,7 +93,7 @@ struct BitmapSystemData
#if defined(_WIN32)
void* pDIB; // device independent byte buffer
#elif defined( MACOSX ) || defined( IOS )
- void* rImageContext; //Image context (CGContextRef)
+ // Nothing needed, apparently
#else
void* aPixmap;
#endif