mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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" ); */
|
/* XP_LOGF( "HideAndShow" ); */
|
||||||
#if defined SERIES_80
|
#if defined SERIES_80
|
||||||
CEikChoiceList* list;
|
|
||||||
/* if it's standalone, hide all else. Then if it's not IP, hide all
|
/* if it's standalone, hide all else. Then if it's not IP, hide all
|
||||||
below. */
|
below. */
|
||||||
|
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
|
CEikChoiceList* list;
|
||||||
TBool showConnect;
|
TBool showConnect;
|
||||||
list = static_cast<CEikChoiceList*>(Control(EConnectionRole));
|
list = static_cast<CEikChoiceList*>(Control(EConnectionRole));
|
||||||
XP_ASSERT( list != NULL );
|
XP_ASSERT( list != NULL );
|
||||||
|
|
Loading…
Reference in a new issue