Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
silverchris committed Jul 29, 2022
1 parent a20c732 commit 2ae1194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/autoapp/Projection/AlsaAudio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class AlsaAudioOutput : public IAudioOutput {
snd_pcm_t *aud_handle = nullptr;
unsigned int _channels = 0;
unsigned int _rate = 0;
bool decoderConfigured = false;
HANDLE_AACDECODER decoder = nullptr;
public:
AlsaAudioOutput(unsigned int channels, unsigned int rate, const char *outDev = "default");
Expand Down

0 comments on commit 2ae1194

Please sign in to comment.