X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fq.h;h=0e9d60212b2126fbbce0b6bf8c992dff45fb8a63;hb=efc92c191c8417ab626b0e8e639f8d516e4000ff;hp=064949a3e36f92646520645003c059c80e98a226;hpb=6d22f1376c2fcad7c872db608630468d3abcca23;p=swftools.git diff --git a/lib/q.h b/lib/q.h index 064949a..0e9d602 100644 --- a/lib/q.h +++ b/lib/q.h @@ -128,14 +128,6 @@ void** heap_flatten(heap_t*h); char* strdup_n(const char*str, int size); -void* qmalloc_internal(int len); -void* qrealloc_internal(void*old, int len); -void qfree_internal(void*old); - -#define qmalloc(len) qmalloc_internal(len) -#define qrealloc(old, len) qmalloc_internal(old, len) -#define qfree(old) qmalloc_internal(old) - #ifdef __cplusplus } #endif