Browse Source

[pbm] Remove stray comment.

Jeroen van Rijn 3 years ago
parent
commit
6ade9acc4d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/image/netpbm/helpers.odin

+ 0 - 1
core/image/netpbm/helpers.odin

@@ -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