mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
nuke unused var
This commit is contained in:
parent
ed37da3b09
commit
2612946923
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ CXWordsAppUi::HandleKeyEventL( const TKeyEvent& aKeyEvent,
|
|||
TEventCode aType )
|
||||
{
|
||||
if ( aType == EEventKey ) {
|
||||
TChar chr(aKeyEvent.iCode);
|
||||
XP_LOGF( "got iScanCode: %d (%c)", aKeyEvent.iScanCode,
|
||||
aKeyEvent.iScanCode );
|
||||
if ( iAppView->HandleKeyEvent( aKeyEvent ) ) {
|
||||
|
|
Loading…
Reference in a new issue