More linter fixes

This commit is contained in:
Kovid Goyal
2023-09-19 11:50:09 +05:30
parent dda5771ccd
commit d16a29b942
5 changed files with 32 additions and 22 deletions

View File

@@ -123,6 +123,7 @@ func load_one_frame_image(ctx *images.Context, imgd *image_data, src *opened_inp
}
var debugprintln = tty.DebugPrintln
var _ = debugprintln
func (frame *image_frame) set_disposal(anchor_frame int, disposal byte) int {
anchor_frame, frame.compose_onto = images.SetGIFFrameDisposal(frame.number, anchor_frame, disposal)