Skip to content

Commit

Permalink
[ConfigList] remove item that does not exist in this distro (#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Aug 1, 2024
1 parent 2aba91e commit 27b5c07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/python/Components/ConfigList.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ def dummyConfigActions(self, value): # Temporary support for legacy code and pl
self["configActions"].setEnabled(value)
self["navigationActions"].setEnabled(value)
self["menuConfigActions"].setEnabled(value)
self["charConfigActions"].setEnabled(value)
self["editConfigActions"].setEnabled(value)

def dummyVKBActions(self, value): # Temporary support for legacy code and plugins that hasn't yet been updated.
Expand Down

0 comments on commit 27b5c07

Please sign in to comment.