diff --git a/symbian/src/symgamdl.cpp b/symbian/src/symgamdl.cpp index 49d0a3072..5da02d564 100644 --- a/symbian/src/symgamdl.cpp +++ b/symbian/src/symgamdl.cpp @@ -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(Control(EConnectionRole)); XP_ASSERT( list != NULL );