Skip to content

Commit be57f15

Browse files
committed
Remove the unused TransformNode._gid.
It's been unused since b6e9ae7.
1 parent ee2bee3 commit be57f15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/transforms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class TransformNode:
8484
classes that are not really transforms, such as bounding boxes, since some
8585
transforms depend on bounding boxes to compute their values.
8686
"""
87-
_gid = 0
8887

8988
# Invalidation may affect only the affine part. If the
9089
# invalidation was "affine-only", the _invalid member is set to

0 commit comments

Comments
 (0)