Skip to content

Commit

Permalink
Removing some no-longer-necessary things.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 15, 2018
1 parent b165bfe commit dc0104f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/SDL_sound.c
Expand Up @@ -16,9 +16,6 @@
#define __SDL_SOUND_INTERNAL__
#include "SDL_sound_internal.h"

#include <ctype.h>


/* The various decoder drivers... */

/* All these externs may be missing; we check SOUND_SUPPORTS_xxx before use. */
Expand Down
4 changes: 0 additions & 4 deletions src/SDL_sound.h
Expand Up @@ -63,10 +63,6 @@ extern "C" {

#ifndef DOXYGEN_SHOULD_IGNORE_THIS

#ifndef SDLCALL /* may not be defined with older SDL releases. */
#define SDLCALL
#endif

#ifdef SDL_SOUND_DLL_EXPORTS
# define SNDDECLSPEC __declspec(dllexport)
#elif (__GNUC__ >= 3)
Expand Down

0 comments on commit dc0104f

Please sign in to comment.