Skip to content

Commit 21c0f1d

Browse files
committed
Remove unused autolayout_validator() from rcsetup
1 parent 9b7abbf commit 21c0f1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/rcsetup.py

-4
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ def validate_backend(s):
114114
'None','classic','toolbar2',
115115
], ignorecase=True)
116116

117-
def validate_autolayout(v):
118-
if v:
119-
warnings.warn("figure.autolayout is not currently supported")
120-
121117
def validate_maskedarray(v):
122118
# 2008/12/12: start warning; later, remove all traces of maskedarray
123119
try:

0 commit comments

Comments
 (0)