diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-10 16:20:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-11 12:13:12 +0000 |
commit | e713d1e08345f28d390a1a025768c6a36a1cc59e (patch) | |
tree | 6eb1154c9b9fc35c77cde02838769e86c5826d52 /vcl/inc/unx/salgdi.h | |
parent | 62a8b202782e38b766304b882b14ace80c0d8a8d (diff) |
drop unused X11SalGraphics::GetDitherPixmap
Change-Id: Ib3374242e5edd58ca5a1fa49017a1948e970e144
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145291
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 4302f849337a..9fa31a2295a2 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -154,7 +154,6 @@ public: private: using SalGraphics::GetPixel; void SetClipRegion( GC pGC, Region pXReg = nullptr ) const; - bool GetDitherPixmap ( Color nColor ); void freeResources(); @@ -167,7 +166,6 @@ private: SalX11Screen m_nXScreen; Region mpClipRegion; - Pixmap hBrush_; // Dither bool bWindow_ : 1; // is Window bool bVirDev_ : 1; // is VirDev |