mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Remove unused function.
This commit is contained in:
parent
12a4fbb425
commit
43ef614537
1 changed files with 0 additions and 5 deletions
|
|
@ -46,11 +46,6 @@ struct dsf_file {
|
|||
size_t offset;
|
||||
};
|
||||
|
||||
static inline uint16_t parse_le16(const uint8_t *in)
|
||||
{
|
||||
return in[0] | (in[1] << 8);
|
||||
}
|
||||
|
||||
static inline uint32_t parse_le32(const uint8_t *in)
|
||||
{
|
||||
return in[0] | (in[1] << 8) | (in[2] << 16) | (in[3] << 24);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue