diff options
Diffstat (limited to 'vcl/inc/unx/salgdi.h')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 87f9d6e83176..46d2557f1b21 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -336,7 +336,6 @@ protected: Pixmap hBrush_; // Dither bool bWindow_ : 1; // is Window - bool bPrinter_ : 1; // is Printer bool bVirDev_ : 1; // is VirDev bool bFontGC_ : 1; // is Font GC valid bool m_bOpenGL : 1; |