missed one
This commit is contained in:
@@ -27,8 +27,6 @@
|
|||||||
REGISTER_SCREEN_CLASS( ScreenUnlock );
|
REGISTER_SCREEN_CLASS( ScreenUnlock );
|
||||||
ScreenUnlock::ScreenUnlock( CString sClassName ) : ScreenAttract( sClassName )
|
ScreenUnlock::ScreenUnlock( CString sClassName ) : ScreenAttract( sClassName )
|
||||||
{
|
{
|
||||||
LOG->Trace("ScreenUnlock::ScreenUnlock()");
|
|
||||||
|
|
||||||
unsigned iNumUnlocks = UNLOCKMAN->m_UnlockEntries.size();
|
unsigned iNumUnlocks = UNLOCKMAN->m_UnlockEntries.size();
|
||||||
|
|
||||||
if( !PREFSMAN->m_bUseUnlockSystem || iNumUnlocks == 0 )
|
if( !PREFSMAN->m_bUseUnlockSystem || iNumUnlocks == 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user