Removed private uncalled _expand function

This commit is contained in:
wiredfool 2017-02-17 07:43:57 -08:00
parent d4d5df14ae
commit db9170ebfb

View File

@ -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