summaryrefslogtreecommitdiff
path: root/vcl/win/app
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@collabora.co.uk>2023-04-12 13:46:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-04-13 10:04:42 +0200
commit209e859c3e78d5818df3e3f84669aaa2a3810c01 (patch)
treee6ebfb69fd72263118802b1cdf0241256f1985c5 /vcl/win/app
parent17367a67cd39109006060176b04bc2b174a17e48 (diff)
no need to allocate these separately
Change-Id: Icc24e0aaf1762e5b318b8364dd9fdb496edfb77c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150279 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/win/app')
-rw-r--r--vcl/win/app/salinst.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index 3e2cc7a04754..a2aabbab2870 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -261,7 +261,6 @@ SalData::SalData()
mpFirstObject = nullptr; // pointer of first object window
mpFirstVD = nullptr; // first VirDev
mpFirstPrinter = nullptr; // first printing printer
- mpHDCCache = nullptr; // Cache for three DC's
mh50Bmp = nullptr; // 50% Bitmap
mh50Brush = nullptr; // 50% Brush
int i;