summaryrefslogtreecommitdiff
path: root/vcl/quartz
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 /vcl/quartz
parent71ab9a658bf3ac8fd2486833dc2372b238acf98b (diff)
The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhere
Change-Id: I7190a44d4857fd337fb49e689cd71ffb78b86b9d
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salbmp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index 791844632267..f008b02a004e 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -999,7 +999,6 @@ bool QuartzSalBitmap::GetSystemData( BitmapSystemData& rData )
mxGraphicContext = mxGraphicContextNew;
}
- rData.rImageContext = static_cast<void *>(mxGraphicContext);
rData.mnWidth = mnWidth;
rData.mnHeight = mnHeight;
}