diff options
Diffstat (limited to 'vcl/win/app/salinst.cxx')
-rw-r--r-- | vcl/win/app/salinst.cxx | 1 |
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; |