diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-10 15:57:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-11 12:12:35 +0000 |
commit | 99bc5f777cb0af87366aa066a2559582bb9bd7ad (patch) | |
tree | 96fad59d820abcb0866f225a7d8b636b0b58c5a8 /vcl/inc/unx/salgdi.h | |
parent | 158f77b7015fce8a327297736dc11b6a78b9b4d2 (diff) |
drop newly unused code
Change-Id: Ida062a08b656d516cededc9307bccfe8d6e16195
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145289
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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 c146e4c40e85..ed0a9d10ad9e 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -101,7 +101,6 @@ public: virtual SalGraphicsImpl* GetImpl() const override; SalGeometryProvider* GetGeometryProvider() const; void SetDrawable(Drawable d, cairo_surface_t* surface, SalX11Screen nXScreen); - XRenderPictFormat* GetXRenderFormat() const; void SetXRenderFormat( XRenderPictFormat* pXRenderFormat ) { m_pXRenderFormat = pXRenderFormat; } const SalX11Screen& GetScreenNumber() const { return m_nXScreen; } @@ -168,7 +167,6 @@ private: SalX11Screen m_nXScreen; mutable XRenderPictFormat* m_pXRenderFormat; - XID m_aXRenderPicture; Region mpClipRegion; Pixmap hBrush_; // Dither |