From df55a6ca81848a5a095f08ae5265186d38176d40 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Dec 2018 08:37:09 +0200 Subject: remove unused GraphicManagerDrawFlags enum Change-Id: I12ef5e6257db337c4432b251bc92107a2c2ea88b Reviewed-on: https://gerrit.libreoffice.org/64557 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/GraphicObject.hxx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'include') diff --git a/include/vcl/GraphicObject.hxx b/include/vcl/GraphicObject.hxx index 854cc14ec6fd..9ffbd9a73ba2 100644 --- a/include/vcl/GraphicObject.hxx +++ b/include/vcl/GraphicObject.hxx @@ -27,17 +27,6 @@ namespace com { namespace sun { namespace star { namespace graphic { class XGraphic; } } } } namespace o3tl { template struct typed_flags; } -enum class GraphicManagerDrawFlags -{ - CACHED = 0x01, - SMOOTHSCALE = 0x02, - STANDARD = CACHED | SMOOTHSCALE, -}; -namespace o3tl -{ - template<> struct typed_flags : is_typed_flags {}; -} - // Adjustment defines enum class GraphicAdjustmentFlags { @@ -214,8 +203,7 @@ private: int nNumTilesX, int nNumTilesY, const Size& rTileSizePixel, - const GraphicAttr* pAttr, - GraphicManagerDrawFlags nFlags + const GraphicAttr* pAttr ); /// internally called by ImplRenderTempTile() @@ -229,7 +217,6 @@ private: int nRemainderTilesY, const Size& rTileSizePixel, const GraphicAttr* pAttr, - GraphicManagerDrawFlags nFlags, ImplTileInfo& rTileInfo ); @@ -239,7 +226,6 @@ private: const Size& rSizePixel, const Size& rOffset, const GraphicAttr* pAttr, - GraphicManagerDrawFlags nFlags, int nTileCacheSize1D ); @@ -365,7 +351,6 @@ public: const tools::Rectangle& rArea, const Size& rSize, const Size& rOffset, - GraphicManagerDrawFlags nFlags = GraphicManagerDrawFlags::STANDARD, int nTileCacheSize1D=128 ); -- cgit