summaryrefslogtreecommitdiff
path: root/vcl/win/app
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 09:36:25 +0200
committerMichael Stahl <mstahl@redhat.com>2016-04-13 10:58:00 +0000
commit9a2ff36b51f86ca3ade8093d7698314c0d3db6a6 (patch)
tree0ad2d4afa2f2d345cced80b48812e8fb302625f1 /vcl/win/app
parent32102b9aa75a296b99f3fdaf370bd83bfd629f4e (diff)
remove dead stuff from Windows SalData
- drop mbInTimerProc field - drop mnSageStatus,mpSageEnableProc fields i.e. SAGE.DLL (System Agent) workaround, which died out with Win95/98 - convert some TRUE/FALSE constants to true/false where the field is a bool - drop maDwmLib, mpDwmIsCompositionEnabled fields Change-Id: I7b773f915dbc329eb0262bc8fee2ea7c72d25c66 Reviewed-on: https://gerrit.libreoffice.org/24047 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/win/app')
-rw-r--r--vcl/win/app/salinst.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index 346d439f8ba9..dd687d813b2b 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -363,8 +363,6 @@ SalData::SalData()
mbInPalChange = false; // is in WM_QUERYNEWPALETTE
mnAppThreadId = 0; // Id from Applikation-Thread
mbScrSvrEnabled = FALSE; // ScreenSaver enabled
- mnSageStatus = 0; // status of Sage-DLL (DISABLE_AGENT == not available)
- mpSageEnableProc = 0; // funktion to deactivate the system agent
mpFirstIcon = 0; // icon cache, points to first icon, NULL if none
mpTempFontItem = 0;
mbThemeChanged = false; // true if visual theme was changed: throw away theme handles
@@ -372,8 +370,6 @@ SalData::SalData()
// init with NULL
gdiplusToken = 0;
- maDwmLib = 0;
- mpDwmIsCompositionEnabled = 0;
initKeyCodeMap();