mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
move unused var
This commit is contained in:
parent
78cfbbf0d4
commit
88663b415a
1 changed files with 1 additions and 1 deletions
|
@ -188,11 +188,11 @@ CXWGameInfoDlg::HideAndShow()
|
|||
{
|
||||
/* XP_LOGF( "HideAndShow" ); */
|
||||
#if defined SERIES_80
|
||||
CEikChoiceList* list;
|
||||
/* if it's standalone, hide all else. Then if it's not IP, hide all
|
||||
below. */
|
||||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
CEikChoiceList* list;
|
||||
TBool showConnect;
|
||||
list = static_cast<CEikChoiceList*>(Control(EConnectionRole));
|
||||
XP_ASSERT( list != NULL );
|
||||
|
|
Loading…
Reference in a new issue