Skip to content

Commit

Permalink
Silence unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard authored and drescherjm committed Mar 7, 2012
1 parent 491af22 commit 6f99b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmyth/audio/audiooutputpulse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ void AudioOutputPulseAudio::WriteAudio(uchar *aubuf, int size)
int write_status = PA_ERR_INVALID;
size_t to_write = size;
unsigned char *buf_ptr = aubuf;
pa_context_state_t cstate;

pa_threaded_mainloop_lock(mainloop);
while (to_write > 0)
Expand Down

0 comments on commit 6f99b6e

Please sign in to comment.