diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-13 09:45:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-04-13 10:51:44 +0000 |
commit | 32102b9aa75a296b99f3fdaf370bd83bfd629f4e (patch) | |
tree | d652320f91db8f4af58b56d9d63457ec7fe455e1 /vcl/inc/win/saldata.hxx | |
parent | 9cda847a0bec307a909b927e0928cdbb0b00fc81 (diff) |
remove Windows95 MouseWheel support
since we no longer support Windows95
Change-Id: I6b2fe5fdb2cde3c69fc0d18bcaac25afccbffc16
Reviewed-on: https://gerrit.libreoffice.org/24049
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/inc/win/saldata.hxx')
-rw-r--r-- | vcl/inc/win/saldata.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx index 66b8a7fd7179..c9215144be4d 100644 --- a/vcl/inc/win/saldata.hxx +++ b/vcl/inc/win/saldata.hxx @@ -135,7 +135,6 @@ struct SalShlData HINSTANCE mhInst; // Instance of SAL-DLL UINT mnWheelScrollLines; // WheelScrollLines UINT mnWheelScrollChars; // WheelScrollChars - UINT mnWheelMsgId; // Wheel-Message-Id fuer W95 BOOL mbWXP; // Windows XP BOOL mbWVista; // Windows Vista BOOL mbW7; // Windows 7 |