Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 2, 2023
1 parent aaa7587 commit 60d8838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/BlpImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def encode(self, bufsize):
return len(data), 0, data


def _save(im, fp, filename, save_all=False):
def _save(im, fp, filename):
if im.mode != "P":
msg = "Unsupported BLP image mode"
raise ValueError(msg)
Expand Down

0 comments on commit 60d8838

Please sign in to comment.