diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-03 21:23:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 09:36:47 +0100 |
commit | 7ffcbeb77bc40517a86c3e86b07034f5ee42cf6b (patch) | |
tree | d213b9c1b570451f26a618e01f840a52bb25e4e0 /vcl/inc | |
parent | 63904d57b620ec7390d495d28c4850403d336379 (diff) |
LookupKeysymInDefaultGroup unused
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/i18n_xkb.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/unx/i18n_xkb.hxx b/vcl/inc/unx/i18n_xkb.hxx index c1a1a2864861..83f1173d4747 100644 --- a/vcl/inc/unx/i18n_xkb.hxx +++ b/vcl/inc/unx/i18n_xkb.hxx @@ -58,9 +58,6 @@ public: sal_uInt32 nShiftState, sal_uInt32 nGroup ) const ; - inline sal_uInt32 LookupKeysymInDefaultGroup( - sal_uInt32 nKeyCode, - sal_uInt32 nShiftState ) const ; inline sal_uInt32 GetGroup() const ; // the current keyboard group inline sal_uInt32 GetDefaultGroup() const ; // base group, usually group 1 inline int GetEventBase() const ; @@ -88,13 +85,6 @@ SalI18N_KeyboardExtension::UseExtension( sal_Bool bState ) } inline sal_uInt32 -SalI18N_KeyboardExtension::LookupKeysymInDefaultGroup( sal_uInt32 nKeyCode, - sal_uInt32 nShiftState ) const -{ - return LookupKeysymInGroup( nKeyCode, nShiftState, mnDefaultGroup ); -} - -inline sal_uInt32 SalI18N_KeyboardExtension::GetGroup() const { return mnGroup; |