mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
[pbm] Remove stray comment.
This commit is contained in:
@@ -9,7 +9,6 @@ destroy :: proc(img: ^image.Image) -> bool {
|
|||||||
defer free(img)
|
defer free(img)
|
||||||
bytes.buffer_destroy(&img.pixels)
|
bytes.buffer_destroy(&img.pixels)
|
||||||
|
|
||||||
//! TEMP CAST
|
|
||||||
info, ok := img.metadata.(^image.Netpbm_Info)
|
info, ok := img.metadata.(^image.Netpbm_Info)
|
||||||
if !ok do return false
|
if !ok do return false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user