Skip to content

Commit

Permalink
Fixed compiler warning about unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 21, 2017
1 parent e7b3d0e commit 3759220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timidity/instrum_dls.c
Expand Up @@ -767,6 +767,8 @@ void FreeDLS(DLS_Data *data)
free(data);
}

#ifdef TEST_MAIN_DLS

static const char *SourceToString(USHORT usSource)
{
switch(usSource) {
Expand Down Expand Up @@ -897,8 +899,6 @@ static const char *DestinationToString(USHORT usDestination)
}
}

#ifdef TEST_MAIN_DLS

static void PrintArt(const char *type, CONNECTIONLIST *art, CONNECTION *artList)
{
Uint32 i;
Expand Down

0 comments on commit 3759220

Please sign in to comment.