Skip to content

Commit

Permalink
Remove createSetup calls as they are already called as notifier
Browse files Browse the repository at this point in the history
I'm afraid there are more locations where these type of calls can be
removed
  • Loading branch information
Littlesat committed May 10, 2024
1 parent 9a08bec commit f2304e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/python/Plugins/SystemPlugins/Videomode/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,9 @@ def createSetup(self):

def keyLeft(self):
ConfigListScreen.keyLeft(self)
self.createSetup()

def keyRight(self):
ConfigListScreen.keyRight(self)
self.createSetup()

def confirm(self, confirmed):
if not confirmed:
Expand Down

0 comments on commit f2304e7

Please sign in to comment.