summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11/x11cairotextrender.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/x11/x11cairotextrender.hxx')
-rw-r--r--vcl/inc/unx/x11/x11cairotextrender.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/unx/x11/x11cairotextrender.hxx b/vcl/inc/unx/x11/x11cairotextrender.hxx
index 666f09f8c0c9..d40d7d850a03 100644
--- a/vcl/inc/unx/x11/x11cairotextrender.hxx
+++ b/vcl/inc/unx/x11/x11cairotextrender.hxx
@@ -28,10 +28,6 @@ class X11CairoTextRender : public CairoTextRender
protected:
X11SalGraphics& mrParent;
-protected:
- size_t GetWidth() const;
- size_t GetHeight() const;
-
public:
explicit X11CairoTextRender(X11SalGraphics& rParent);