Skip to content

Commit

Permalink
pyqtgraph#2283 delete limitation by rectangle width
Browse files Browse the repository at this point in the history
deleted unused variable
  • Loading branch information
Aleksandr Semenenko committed May 1, 2022
1 parent 32dce76 commit f084a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyqtgraph/graphicsItems/ROI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,6 @@ def _getArrayRegionForArbitraryShape(self, data, img, axes=(0,1), returnMappedCo
See :meth:`~pyqtgraph.ROI.getArrayRegion` for a description of the
arguments.
"""
br = self.boundingRect()
if returnMappedCoords:
sliced, mappedCoords = ROI.getArrayRegion(
self, data, img, axes, returnMappedCoords, fromBoundingRect=True, **kwds)
Expand Down

0 comments on commit f084a88

Please sign in to comment.