From 105e5ed8ca5da28826d1cb9c08183fc625a054ca Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 20 Mar 2005 19:49:08 +0000 Subject: [PATCH] move unused var --- xwords4/symbian/src/symgamdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/symbian/src/symgamdl.cpp b/xwords4/symbian/src/symgamdl.cpp index 49d0a3072..5da02d564 100644 --- a/xwords4/symbian/src/symgamdl.cpp +++ b/xwords4/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 );