didnt mean to check this in

This commit is contained in:
zeromus 2013-08-10 01:08:01 +00:00
parent bb8420832b
commit edcf20959c
1 changed files with 0 additions and 7 deletions

View File

@ -30,13 +30,6 @@
#include <stdlib.h>
#include <stdarg.h>
void* mumalloc(size_t amt)
{
if(amt/1024 != 0)
printf("malloc of %d KB\n",amt/1024);
return malloc(amt);
}
// The mac version of SDL requires inclusion of SDL_main in the executable
#ifdef __APPLE__
#include <SDL_main.h>