diff options
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/genpspgraphics.h | 5 | ||||
-rw-r--r-- | vcl/inc/unx/glyphcache.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/i18n_cb.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/unx/i18n_xkb.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/unx/printergfx.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/unx/salframe.h | 3 |
8 files changed, 2 insertions, 17 deletions
diff --git a/vcl/inc/unx/genpspgraphics.h b/vcl/inc/unx/genpspgraphics.h index b37bb909d1f2..01c061c565cc 100644 --- a/vcl/inc/unx/genpspgraphics.h +++ b/vcl/inc/unx/genpspgraphics.h @@ -46,14 +46,11 @@ class VCL_DLLPUBLIC GenPspGraphics : public SalGraphics psp::PrinterGfx* m_pPrinterGfx; FreetypeFont* m_pFreetypeFont[ MAX_FALLBACK ]; - bool m_bFontVertical; - SalInfoPrinter* m_pInfoPrinter; public: GenPspGraphics(); virtual ~GenPspGraphics() override; - void Init( psp::JobData* pJob, psp::PrinterGfx* pGfx, - SalInfoPrinter* pInfoPrinter ); + void Init( psp::JobData* pJob, psp::PrinterGfx* pGfx ); // helper methods static const void * DoGetEmbedFontData(psp::fontID aFont, long* pDataLen); diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index eb350ef0abd1..05095e5c9eca 100644 --- a/vcl/inc/unx/glyphcache.hxx +++ b/vcl/inc/unx/glyphcache.hxx @@ -190,7 +190,6 @@ private: bool mbFaceOk; bool mbArtItalic; bool mbArtBold; - bool mbUseGamma; hb_font_t* mpHbFont; }; diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 37a4facabd0c..e5b89619efbc 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -188,7 +188,6 @@ class GtkSalFrame : public SalFrame bool m_bGraphics; ModKeyFlags m_nKeyModifiers; GdkCursor *m_pCurrentCursor; - GdkVisibilityState m_nVisibility; PointerStyle m_ePointerStyle; ScreenSaverInhibitor m_ScreenSaverInhibitor; int m_nWorkArea; diff --git a/vcl/inc/unx/i18n_cb.hxx b/vcl/inc/unx/i18n_cb.hxx index ceaf53eb3826..5ba32eea0fb0 100644 --- a/vcl/inc/unx/i18n_cb.hxx +++ b/vcl/inc/unx/i18n_cb.hxx @@ -50,13 +50,11 @@ struct preedit_text_t { sal_Unicode *pUnicodeBuffer; XIMFeedback *pCharStyle; - unsigned int nCursorPos; unsigned int nLength; unsigned int nSize; preedit_text_t() : pUnicodeBuffer(nullptr) , pCharStyle(nullptr) - , nCursorPos(0) , nLength(0) , nSize(0) { diff --git a/vcl/inc/unx/i18n_xkb.hxx b/vcl/inc/unx/i18n_xkb.hxx index 69d0303f0309..d3641312f3da 100644 --- a/vcl/inc/unx/i18n_xkb.hxx +++ b/vcl/inc/unx/i18n_xkb.hxx @@ -27,9 +27,8 @@ class VCLPLUG_GEN_PUBLIC SalI18N_KeyboardExtension { private: - bool mbUseExtension; + bool mbUseExtension; sal_uInt32 mnDefaultGroup; - sal_uInt32 mnGroup; int mnEventBase; int mnErrorBase; Display* mpDisplay; diff --git a/vcl/inc/unx/printergfx.hxx b/vcl/inc/unx/printergfx.hxx index f1fc5229ced3..a232d68de2f9 100644 --- a/vcl/inc/unx/printergfx.hxx +++ b/vcl/inc/unx/printergfx.hxx @@ -170,7 +170,6 @@ private: bool mbColor; bool mbUploadPS42Fonts; - osl::File* mpPageHeader; osl::File* mpPageBody; /* text/font related data, for a type1 font it has to be checked diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index d28326e389bb..31b11b470530 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -260,8 +260,6 @@ protected: SalXLib *pXLib_; SalI18N_KeyboardExtension *mpKbdExtension; - AttributeProvider *mpFactory; - Display *pDisp_; // X Display SalX11Screen m_nXDefaultScreen; @@ -279,7 +277,6 @@ protected: // Keyboard bool bNumLockFromXS_; // Num Lock handled by X Server int nNumLockIndex_; // modifier index in modmap - int nNumLockMask_; // keyevent state mask for KeySym nShiftKeySym_; // first shift modifier KeySym nCtrlKeySym_; // first control modifier KeySym nMod1KeySym_; // first mod1 modifier diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index 4263581a979f..175b25a81bef 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -86,8 +86,6 @@ class VCLPLUG_GEN_PUBLIC X11SalFrame : public SalFrame, public NativeWindowHandl X11SalGraphics *pGraphics_; // current frame graphics X11SalGraphics *pFreeGraphics_; // first free frame graphics - sal_uInt16 nKeyCode_; // last key code - sal_uInt16 nKeyState_; // last key state bool mbSendExtKeyModChange; ModKeyFlags mnExtKeyMod; @@ -114,7 +112,6 @@ class VCLPLUG_GEN_PUBLIC X11SalFrame : public SalFrame, public NativeWindowHandl // data for WMAdaptor WMWindowType meWindowType; - int mnDecorationFlags; bool mbMaximizedVert; bool mbMaximizedHorz; bool mbShaded; |