mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
move unused var
This commit is contained in:
parent
848552dfe4
commit
105e5ed8ca
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