Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead code in patches #1480

Merged
merged 1 commit into from Nov 15, 2012

Conversation

dmcdougall
Copy link
Member

The pad variable was never used in this function, so it is being
removed. It also depended on a kwarg, which was also not used.

The pad variable was never used in this function, so it is being
removed. It also depended on a kwarg, which was also not used.
@WeatherGod
Copy link
Member

Agreed. I can't find anyplace where the leadingspaces kwarg was ever used. I will wait a little bit to see if anyone else can find anyplace where it was used. If so, we may have to do a deprecation process, but that might be overkill.

@dmcdougall
Copy link
Member Author

@WeatherGod I think you're right; deprecation is overkill for this -- shall I go ahead and merge it?

@WeatherGod
Copy link
Member

I think so. Better to do this now and let it bake for the entire dev
cycle, maximizing the chance to see if it trips anything.

dmcdougall added a commit that referenced this pull request Nov 15, 2012
@dmcdougall dmcdougall merged commit 0287036 into matplotlib:master Nov 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants