Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Aug 23, 2020
1 parent 4a9ebfc commit 6451688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodedge/graphics_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def hoverEnterEvent(self, event: QGraphicsSceneHoverEvent) -> None:
It adds a highlighting boundary around this
:class:`~nodedge.graphics_node.GraphicsNode`.
"""
p = QApplication.palette()
self.hovered = True
self.update()

Expand Down

0 comments on commit 6451688

Please sign in to comment.