diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-11 11:33:37 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-11 14:06:13 +0200 |
commit | b9ed8e553eb8515051dbdcabfe4aa0227f0d3023 (patch) | |
tree | 5c12912a364499cf28bb097afbd5fc31b41f55ad /vcl/inc/win | |
parent | 49f65d5114a5e7df0274e9453a79dd1bd18491ad (diff) |
Unused code
Change-Id: Ie2e4b5881a783441d32010408c05b3c9f1e5641c
Diffstat (limited to 'vcl/inc/win')
-rwxr-xr-x | vcl/inc/win/winlayout.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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<Rectangle> 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; } |