[pbm] Remove stray comment.

This commit is contained in:
Jeroen van Rijn
2022-04-30 22:54:53 +02:00
parent 2081f8fcd6
commit 6ade9acc4d

View File

@@ -9,7 +9,6 @@ destroy :: proc(img: ^image.Image) -> bool {
defer free(img)
bytes.buffer_destroy(&img.pixels)
//! TEMP CAST
info, ok := img.metadata.(^image.Netpbm_Info)
if !ok do return false