Bladeren bron

whoops, didn't mean to check in those changes for this file, but did for the other files

Sean Barrett 10 jaren geleden
bovenliggende
commit
4b518bb2b6
1 gewijzigde bestanden met toevoegingen van 0 en 7 verwijderingen
  1. 0 7
      stb_vorbis.c

+ 0 - 7
stb_vorbis.c

@@ -327,8 +327,6 @@ extern int stb_vorbis_get_samples_short(stb_vorbis *f, int channels, short **buf
 
 
 #endif
 #endif
 
 
-extern void stb_vorbis_free(void *p);
-
 ////////   ERROR CODES
 ////////   ERROR CODES
 
 
 enum STBVorbisError
 enum STBVorbisError
@@ -594,11 +592,6 @@ typedef float codetype;
 typedef uint16 codetype;
 typedef uint16 codetype;
 #endif
 #endif
 
 
-//#define STB_LEAKCHECK_IMPLEMENTATION
-//#define STB_LEAKCHECK_SHOWALL
-//#include "stb_leakcheck.h"
-//void stb_vorbis_dumpmem(void) { stb_leakcheck_dumpmem(); }
-
 // @NOTE
 // @NOTE
 //
 //
 // Some arrays below are tagged "//varies", which means it's actually
 // Some arrays below are tagged "//varies", which means it's actually