]> git.sesse.net Git - nageru/commitdiff
Remove an unused (and wrong!) forward-declaration.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 16:08:09 +0000 (17:08 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 16:08:09 +0000 (17:08 +0100)
futatabi/exif_parser.h

index 09700b1888a0d3b1d8b8132126338b956575e8b0..33f77b97118e6c363aad8dac60cbad5843a12ea9 100644 (file)
@@ -4,8 +4,6 @@
 #include <movit/effect.h>
 #include <string>
 
-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,