scope
This commit is contained in:
@@ -101,7 +101,6 @@ void ScreenOptionsManageProfiles::Init()
|
|||||||
|
|
||||||
void ScreenOptionsManageProfiles::BeginScreen()
|
void ScreenOptionsManageProfiles::BeginScreen()
|
||||||
{
|
{
|
||||||
vector<OptionRowDefinition> vDefs;
|
|
||||||
for( unsigned i = 0; i < m_OptionRowHandlers.size(); ++i )
|
for( unsigned i = 0; i < m_OptionRowHandlers.size(); ++i )
|
||||||
delete m_OptionRowHandlers[i];
|
delete m_OptionRowHandlers[i];
|
||||||
m_OptionRowHandlers.clear();
|
m_OptionRowHandlers.clear();
|
||||||
@@ -112,6 +111,7 @@ void ScreenOptionsManageProfiles::BeginScreen()
|
|||||||
def.m_bAllowThemeItems = false;
|
def.m_bAllowThemeItems = false;
|
||||||
|
|
||||||
int iIndex = 0;
|
int iIndex = 0;
|
||||||
|
vector<OptionRowDefinition> vDefs;
|
||||||
|
|
||||||
if( SHOW_CREATE_NEW )
|
if( SHOW_CREATE_NEW )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user