#1156 Bugfix: We don't have userdata any longer

master
Marius Kintel 2015-01-15 16:07:06 -05:00
parent f7a5c1c78e
commit 39e7442b92
1 changed files with 0 additions and 2 deletions

View File

@ -4,9 +4,7 @@
#include <boost/foreach.hpp>
static void *stdAlloc(void* userData, unsigned int size) {
int* allocated = ( int*)userData;
TESS_NOTUSED(userData);
*allocated += (int)size;
return malloc(size);
}