Skip to content

Commit

Permalink
remove heif_channel_other* from Go API
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 6, 2024
1 parent ea2d3c7 commit bd14d5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/heif/heif.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ const (
ChannelFilterArray = C.heif_channel_filter_array
ChannelDepth = C.heif_channel_depth
ChannelDisparity = C.heif_channel_disparity
ChannelOtherFirst = C.heif_channel_other_first
ChannelOtherLast = C.heif_channel_other_last
)

type ChannelDatatype C.enum_heif_channel_datatype
Expand Down

0 comments on commit bd14d5c

Please sign in to comment.