Skip to content

Commit a97c82b

Browse files
committed
Packet: drop sideDataElemets()
1 parent 06bb8a6 commit a97c82b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/avcpp/packet.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ class Packet :
155155
* @return
156156
*/
157157
std::size_t sideDataCount() const noexcept;
158-
[[deprecated("Use sideDataCount()")]]
159-
std::size_t sideDataElements() const noexcept {
160-
return sideDataCount();
161-
}
162158

163159
/**
164160
* Get side data element by index

0 commit comments

Comments
 (0)