Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Apr 18, 2011
1 parent e73d325 commit 1f6a2f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hairtunes.c
Expand Up @@ -83,7 +83,6 @@ SRC_STATE *src;
int init_rtp(void);
void init_buffer(void);
int init_output(void);
int uninit_output(void);
void rtp_request_resend(seq_t first, seq_t last);
void ab_resync(void);

Expand Down Expand Up @@ -248,8 +247,6 @@ int main(int argc, char **argv) {
fprintf(stderr, "bye!\n");
fflush(stderr);

uninit_output();

return EXIT_SUCCESS;
}

Expand Down Expand Up @@ -770,7 +767,3 @@ int init_output(void) {
return 0;
}

int uninit_output(void) {
return 0;
}

0 comments on commit 1f6a2f2

Please sign in to comment.