Skip to content

Commit

Permalink
gui.wxpython.mapdisp.main: Remove next(self) from LayerList
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Aug 17, 2024
1 parent a6c2675 commit 9963dd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gui/wxpython/mapdisp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,6 @@ def __next__(self):
self._index += 1
return result

def next(self):
return next(self)

def GetSelectedLayers(self, checkedOnly=True):
# hidden and selected vs checked and selected
items = self._map.GetListOfLayers()
Expand Down

0 comments on commit 9963dd1

Please sign in to comment.