summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/i18n_xkb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/i18n_xkb.hxx')
-rw-r--r--vcl/inc/unx/i18n_xkb.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/unx/i18n_xkb.hxx b/vcl/inc/unx/i18n_xkb.hxx
index 41833ba1c7..210b323821 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;