summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-12-03 23:38:31 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-12-06 15:23:36 +0100
commit714e406fc4089f1a4b67c9a1ac55bf4162cc5a01 (patch)
tree6632092b82480521472f2361058542fec4c1d25d
parent5ef9770158a3f9579429f64409c5897304ea9111 (diff)
Drop use of Win98-era multimon.h
last mention of it was removed in 2014 by: commit cb40b7d2f9902b5fbe89333c4107d72c156b9a15 Change-Id: Ib60d84624b681d103bc654075a759fc92f8f3300 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160289 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r--vcl/win/window/salframe.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index 3228caf2f345..aaafe56ee887 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -76,11 +76,6 @@
#include <window.h>
#include <sallayout.hxx>
-#define COMPILE_MULTIMON_STUBS
-#pragma warning(push)
-#pragma warning(disable:4996) // 'GetVersionExA': was declared deprecated
-#include <multimon.h>
-#pragma warning(pop)
#include <vector>
#include <com/sun/star/uno/Exception.hpp>