diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-27 16:51:04 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-28 11:05:47 +0100 |
commit | 04b9c2f633f0be1b676933943bdd0b1dc58b5471 (patch) | |
tree | 4084dcd0575cab68bf41b6a87f1d3aeb35c75468 /vcl/inc/unx/saldisp.hxx | |
parent | 2b507836fc88f294ef55652174b66dc706125599 (diff) |
Remove SalDisplay::GetKeyboardName
This method seems to be useless. The return value (keyboard name) isn't
used at any point. And I don't see any point in this method where some
implicit call is done to refresh mappings...
Diffstat (limited to 'vcl/inc/unx/saldisp.hxx')
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index 3e4eb4ebeb40..8c44784a28c2 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -323,7 +323,6 @@ protected: KeySym nShiftKeySym_; // first shift modifier KeySym nCtrlKeySym_; // first control modifier KeySym nMod1KeySym_; // first mod1 modifier - rtl::OString m_aKeyboardName; vcl_sal::WMAdaptor* m_pWMAdaptor; @@ -427,7 +426,6 @@ public: { mpInputMethod = pInputMethod; } void SetKbdExtension(SalI18N_KeyboardExtension *pKbdExtension) { mpKbdExtension = pKbdExtension; } - const char* GetKeyboardName( bool bRefresh = false ); ::vcl_sal::WMAdaptor* getWMAdaptor() const { return m_pWMAdaptor; } bool IsXinerama() const { return m_bXinerama; } const std::vector< Rectangle >& GetXineramaScreens() const { return m_aXineramaScreens; } |