Skip to content

Commit

Permalink
Removed a needless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 14, 2018
1 parent 9ed027c commit ea0c9d0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/SDL_sound_internal.h
Expand Up @@ -315,23 +315,6 @@ int __Sound_strcasecmp(const char *x, const char *y);
#define BAIL_MACRO(e, r) { __Sound_SetError(e); return r; }
#define BAIL_IF_MACRO(c, e, r) if (c) { __Sound_SetError(e); return r; }




/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ ----------------*/
/*------------ You MUST implement the following functions ----------------*/
/*------------ if porting to a new platform. ----------------*/
/*------------ (see platform/unix.c for an example) ----------------*/
/*------------ ----------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/


/* (None, right now.) */


#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit ea0c9d0

Please sign in to comment.