vcl/inc/win/DWriteTextRenderer.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit cc72616cb689f8d40d7b40458e481c9fe7b8c051 Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Nov 24 14:44:56 2022 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu Nov 24 17:01:03 2022 +0100 -Werror,-Wunused-private-field ...after a80239ede3236c84d7a05d0fbc0f299811fee6c0 "vcl: move creating DWFontFace to WinFontFace" Change-Id: Idb913ff524d9a2f462e521eeb7bcfad57d388455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143230 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/vcl/inc/win/DWriteTextRenderer.hxx b/vcl/inc/win/DWriteTextRenderer.hxx index b2d685b20365..67094052ebb5 100644 --- a/vcl/inc/win/DWriteTextRenderer.hxx +++ b/vcl/inc/win/DWriteTextRenderer.hxx @@ -65,7 +65,6 @@ private: ID2D1Factory * mpD2DFactory; IDWriteFactory * mpDWriteFactory; - IDWriteGdiInterop * mpGdiInterop; ID2D1DCRenderTarget * mpRT; const D2D1_RENDER_TARGET_PROPERTIES mRTProps;
