From b9ed8e553eb8515051dbdcabfe4aa0227f0d3023 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 11 Nov 2016 11:33:37 +0200 Subject: Unused code Change-Id: Ie2e4b5881a783441d32010408c05b3c9f1e5641c --- vcl/inc/win/winlayout.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc/win') diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx index 84b27d5d1ba7..64e78d4affc7 100755 --- a/vcl/inc/win/winlayout.hxx +++ b/vcl/inc/win/winlayout.hxx @@ -480,7 +480,6 @@ public: std::vector GetGlyphInkBoxes(uint16_t * pGid, uint16_t * pGidEnd) const /*override*/; ID2D1RenderTarget * GetRenderTarget() const { return mpRT; } - IDWriteFontFace * GetDWriteFontFace(HDC) const; IDWriteFontFace * GetFontFace() const { return mpFontFace; } float GetEmHeight() const { return mlfEmHeight; } -- cgit