Skip to content

Commit a698c3f

Browse files
committed
Remove deprecated variable
1 parent 459c73c commit a698c3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/exiv2/jpgimage.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ struct EXIV2API Photoshop {
2323
// Todo: Public for now
2424
static constexpr std::array irbId_{"8BIM", "AgHg", "DCSR", "PHUT"}; //!< %Photoshop IRB markers
2525
static constexpr auto ps3Id_ = "Photoshop 3.0\0"; //!< %Photoshop marker
26-
static constexpr auto bimId_ = "8BIM"; //!< %Photoshop IRB marker (deprecated)
2726
static constexpr uint16_t iptc_ = 0x0404; //!< %Photoshop IPTC marker
2827
static constexpr uint16_t preview_ = 0x040c; //!< %Photoshop preview marker
2928

0 commit comments

Comments
 (0)