diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-23 23:28:53 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-26 05:58:33 +0000 |
commit | 47ea13ef8dc8ab9aeded6121845e3ebd1d28b292 (patch) | |
tree | e1fef0a1fd6a908d9ea8556f25aeb12e9d265635 /vcl/inc/unx/salgdi.h | |
parent | 8b920435c09a56bab35876d5e43a1e6098bf3dcf (diff) |
Kill the old Unix layout engines
Change-Id: I9e1667faf9644dfab025c82cb11a6490d1e8f998
Reviewed-on: https://gerrit.libreoffice.org/31221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc/unx/salgdi.h')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index acdaa297b61f..3bad16eea681 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -54,7 +54,6 @@ class X11OpenGLSalGraphicsImpl; class X11OpenGLSalVirtualDevice; class FreetypeFont; class ImplLayoutArgs; -class ServerFontLayout; class PhysicalFontCollection; class PhysicalFontFace; class SalGraphicsImpl; @@ -66,7 +65,6 @@ namespace basegfx { class VCLPLUG_GEN_PUBLIC X11SalGraphics : public SalGraphics { - friend class ServerFontLayout; friend class X11SalGraphicsImpl; friend class X11OpenGLSalGraphicsImpl; friend class X11CairoTextRender; |