Skip to content

Commit

Permalink
drop not required
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Dec 29, 2024
1 parent 6df5f85 commit 751859d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BivariateRenderer/renderer/bivariate_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ def symbolForFeature(self, feature: QgsFeature, context):

return self.cached_symbols[identifier]

def startRender(self, context, fields):
super().startRender(context, fields)

def stopRender(self, context):
for s in list(self.cached_symbols.values()):
s.stopRender(context)
Expand Down

0 comments on commit 751859d

Please sign in to comment.