diff --git a/PIL/Image.py b/PIL/Image.py index c643e24d9..cd1bc1d40 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -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