8000 Remove unused autolayout_validator() from rcsetup · matplotlib/matplotlib@21c0f1d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 0 additions & 4 deletions
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)
0