summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-03 21:23:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-04 09:36:47 +0100
commit6891707ddffeb647adb18c4f0d869d59106a7a4e (patch)
treed1699430de043a5e03747322ead03faf6a956601
parent23f430a7dea74ee4eeb797ae5874384e34da362f (diff)
LookupKeysymInDefaultGroup unused
-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;