diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-27 22:52:11 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-28 11:07:11 +0100 |
commit | 0c0fbef7cc218ef5c02b986e42c2df63ce17c579 (patch) | |
tree | 281b3f396cddc94151ed5ca6c2673aeba536d385 /vcl/ios | |
parent | a9e2f766ccc7761f9aad3dbff7d11e58b7ed906d (diff) |
vcl: Remove unused GetSymbolKeyName
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/source/window/salframe.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/ios/source/window/salframe.cxx b/vcl/ios/source/window/salframe.cxx index baed581973e1..10f087ee3724 100644 --- a/vcl/ios/source/window/salframe.cxx +++ b/vcl/ios/source/window/salframe.cxx @@ -704,13 +704,6 @@ rtl::OUString IosSalFrame::GetKeyName( sal_uInt16 nKeyCode ) // ----------------------------------------------------------------------- -rtl::OUString IosSalFrame::GetSymbolKeyName( const rtl::OUString&, sal_uInt16 nKeyCode ) -{ - return GetKeyName( nKeyCode ); -} - -// ----------------------------------------------------------------------- - void IosSalFrame::getResolution( long& o_rDPIX, long& o_rDPIY ) { if( ! mpGraphics ) |