From 729be15be2e223f09f4ae830e4e9423d77fe6b63 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 29 Nov 2023 17:08:09 +0100 Subject: [PATCH] Remove an unused (and wrong!) forward-declaration. --- futatabi/exif_parser.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/futatabi/exif_parser.h b/futatabi/exif_parser.h index 09700b1..33f77b9 100644 --- a/futatabi/exif_parser.h +++ b/futatabi/exif_parser.h @@ -4,8 +4,6 @@ #include #include -class Frame; - // Try to parse the WhitePoint tag in the given Exif data. // If the string is empty, or the tag is corrupted, or if it was // just more complicated than our makeshift parser could deal with, -- 2.39.2