Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67ad0520 authored by Dean Wheatley's avatar Dean Wheatley
Browse files

SpdifStreamOut: remove unimplemented writeInternal interface

Change-Id: I4dbbf59a205c67dd06eb98cb94a92261d3c594ef
parent f290918d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ private:
    audio_channel_mask_t mApplicationChannelMask = AUDIO_CHANNEL_NONE;

    ssize_t  writeDataBurst(const void* data, size_t bytes);
    ssize_t  writeInternal(const void* buffer, size_t bytes);

};