Skip to content

Commit

Permalink
jack: removed accidental copy/paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 9, 2017
1 parent 58f08af commit 325330e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/audio/jack/SDL_jackaudio.c
Expand Up @@ -367,8 +367,6 @@ JACK_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)

/* once activated, we can connect all the ports. */
for (i = 0; i < channels; i++) {
char portname[32];
SDL_snprintf(portname, sizeof (portname), "sdl_jack_%s_%d", sdlportstr, i);
const char *sdlport = JACK_jack_port_name(this->hidden->sdlports[i]);
const char *srcport = iscapture ? devports[i] : sdlport;
const char *dstport = iscapture ? sdlport : devports[i];
Expand Down

0 comments on commit 325330e

Please sign in to comment.