diff options
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 |