move unused var

This commit is contained in:
ehouse 2005-03-20 19:49:08 +00:00
parent 78cfbbf0d4
commit 88663b415a

View file

@ -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 );