diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 81aa41d..14b9b1c 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -755,17 +755,7 @@ class NeoBootImageChoose(Screen): if getCheckActivateVip() == getBoxMacAddres(): self['label21'] = Label('VIP: On') else: - self['label21'] = Label('VIP: Off') - if not fileExists('/etc/vtiversion.info') and not fileExists('/.multinfo'): - if getCheckActivateVip() != getBoxMacAddres(): - self['label22'] = Label(_('Ethernet MAC not found.')) - if not fileExists('/usr/lib/periodon/.kodn'): - self['label23'] = Label(_('PRESS VIP PIN CODE NOW: xxxx')) - if getTestToTest() != UPDATEVERSION : - self['label24'] = Label(_('Update ' + getTestToTest() + ' is available.')) - else: - if getCheckActivateVip() == getBoxMacAddres() and fileExists('/usr/lib/periodon/.kodn') and getTestToTest() == UPDATEVERSION : - self['label25'] = Label(_('CPU: ' + getCPUtype() + ' ' + getChipSetString() + '')) + self['label21'] = Label('VIP: Off') self['actions'] = ActionMap(['WizardActions', 'ColorActions', 'MenuActions',