mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Removed unused function
This commit is contained in:
parent
027ba3ec3b
commit
88f9ef2f6b
|
@ -475,13 +475,6 @@ class JpegImageFile(ImageFile.ImageFile):
|
||||||
return _getmp(self)
|
return _getmp(self)
|
||||||
|
|
||||||
|
|
||||||
def _fixup_dict(src_dict):
|
|
||||||
# Helper function for _getexif()
|
|
||||||
# returns a dict with any single item tuples/lists as individual values
|
|
||||||
exif = Image.Exif()
|
|
||||||
return exif._fixup_dict(src_dict)
|
|
||||||
|
|
||||||
|
|
||||||
def _getexif(self):
|
def _getexif(self):
|
||||||
if "exif" not in self.info:
|
if "exif" not in self.info:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user