Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mofarrell committed Feb 10, 2015
1 parent 0f1c336 commit 5fb2904
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ int start_audio(char *peer, char *port) {
err = Pa_Initialize();
if (err != paNoError) goto done;

//PaHostApiIndex api_count = Pa_GetHostApiCount();
//PaHostApiIndex api_index = Pa_GetDefaultHostApi();
//const PaHostApiInfo *api_info = Pa_GetHostApiInfo(api_index);
//printf("Got api %s\n", api_info->name);

/* Set up output stream. */
outputParameters.device = Pa_GetDefaultOutputDevice(); /* default output device */
if (outputParameters.device == paNoDevice) {
Expand Down

0 comments on commit 5fb2904

Please sign in to comment.