Skip to content

Commit

Permalink
Revert "add vti workaroud"
Browse files Browse the repository at this point in the history
This reverts commit 6f516ea.
  • Loading branch information
atvcaptain committed Jun 25, 2023
1 parent 2fb1cd0 commit 8241cb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/python/Components/UsageConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ def alternativeNumberModeChange(configElement):

# ######## Workaround for VTI Skins ##############
config.usage.picon_dir = ConfigDirectory(default="/usr/share/enigma2/picon")
config.usage.servicelist_picon_dir = ConfigDirectory(default="/usr/share/enigma2/picon")
config.usage.movielist_show_picon = ConfigYesNo(default=False)
config.usage.use_extended_pig = ConfigYesNo(default=False)
config.usage.use_extended_pig_channelselection = ConfigYesNo(default=False)
Expand Down
3 changes: 0 additions & 3 deletions lib/python/Components/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,9 +932,6 @@ class ConfigNothing(ConfigSelection):
def __init__(self):
ConfigSelection.__init__(self, choices=[("", "")])

class ConfigDescription(ConfigSelection):
def __init__(self):
ConfigSelection.__init__(self, choices=[('', '<DUMMYENTRY>')])

class ConfigSatellite(ConfigSelection):
def __init__(self, choices, default=None):
Expand Down

0 comments on commit 8241cb1

Please sign in to comment.