From: Steinar H. Gunderson Date: Wed, 29 Nov 2023 16:08:09 +0000 (+0100) Subject: Remove an unused (and wrong!) forward-declaration. X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=729be15be2e223f09f4ae830e4e9423d77fe6b63 Remove an unused (and wrong!) forward-declaration. --- 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,