From be57f155efb795e133d8519623f2918359a2e55f Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 12 Jan 2021 10:20:30 +0100 Subject: [PATCH] Remove the unused TransformNode._gid. It's been unused since b6e9ae7. --- lib/matplotlib/transforms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/matplotlib/transforms.py b/lib/matplotlib/transforms.py index bfc2915872c4..883019c683f8 100644 --- a/lib/matplotlib/transforms.py +++ b/lib/matplotlib/transforms.py @@ -84,7 +84,6 @@ class TransformNode: classes that are not really transforms, such as bounding boxes, since some transforms depend on bounding boxes to compute their values. """ - _gid = 0 # Invalidation may affect only the affine part. If the # invalidation was "affine-only", the _invalid member is set to