mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +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 )
|
TEventCode aType )
|
||||||
{
|
{
|
||||||
if ( aType == EEventKey ) {
|
if ( aType == EEventKey ) {
|
||||||
TChar chr(aKeyEvent.iCode);
|
|
||||||
XP_LOGF( "got iScanCode: %d (%c)", aKeyEvent.iScanCode,
|
XP_LOGF( "got iScanCode: %d (%c)", aKeyEvent.iScanCode,
|
||||||
aKeyEvent.iScanCode );
|
aKeyEvent.iScanCode );
|
||||||
if ( iAppView->HandleKeyEvent( aKeyEvent ) ) {
|
if ( iAppView->HandleKeyEvent( aKeyEvent ) ) {
|
||||||
|
|
Loading…
Reference in a new issue