From 1f5fa39b45c0a62fb1ba266e6823ebdaa8d419eb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 Nov 2018 09:41:47 +0200 Subject: [PATCH] remove unused GRFMGR_AUTOSWAPSTREAM defines Change-Id: I01321f82958bbf22838554010abf706a3e9b9391 Reviewed-on: https://gerrit.libreoffice.org/64061 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/GraphicObject.hxx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/vcl/GraphicObject.hxx b/include/vcl/GraphicObject.hxx index bad14526f1d4..88038fb71afe 100644 --- a/include/vcl/GraphicObject.hxx +++ b/include/vcl/GraphicObject.hxx @@ -41,13 +41,6 @@ namespace o3tl template<> struct typed_flags : is_typed_flags {}; } -// AutoSwap defines - -#define GRFMGR_AUTOSWAPSTREAM_LINK nullptr -#define GRFMGR_AUTOSWAPSTREAM_LOADED reinterpret_cast(sal_IntPtr(-3)) -#define GRFMGR_AUTOSWAPSTREAM_TEMP reinterpret_cast(sal_IntPtr(-2)) -#define GRFMGR_AUTOSWAPSTREAM_NONE reinterpret_cast(sal_IntPtr(-1)) - // Adjustment defines enum class GraphicAdjustmentFlags {