mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-18 11:14:46 +03:00
Removed private uncalled _expand function
This commit is contained in:
parent
d4d5df14ae
commit
db9170ebfb
|
@ -1055,12 +1055,6 @@ class Image(object):
|
|||
"""
|
||||
pass
|
||||
|
||||
def _expand(self, xmargin, ymargin=None):
|
||||
if ymargin is None:
|
||||
ymargin = xmargin
|
||||
self.load()
|
||||
return self._new(self.im.expand(xmargin, ymargin, 0))
|
||||
|
||||
def filter(self, filter):
|
||||
"""
|
||||
Filters this image using the given filter. For a list of
|
||||
|
|
Loading…
Reference in New Issue
Block a user