diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 22:58:06 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 22:58:06 -0400 |
| commit | 49ee58ca364d055594657f11cef04f8c8440c366 (patch) | |
| tree | a045903060209a95f2035044d57f5b1c0a52b0b2 /new/uipriv.h | |
| parent | 3fc36ec58228f244f841f6ff8953cbbbfea9f350 (diff) | |
Decided to remove the logging for now. Will inject it right into the allocation system later.
Diffstat (limited to 'new/uipriv.h')
| -rw-r--r-- | new/uipriv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/new/uipriv.h b/new/uipriv.h index 30fca00..ccd72e8 100644 --- a/new/uipriv.h +++ b/new/uipriv.h @@ -2,10 +2,6 @@ #include <stdlib.h> #include "ui.h" -#include <stdio.h> -#define LOGALLOC(p, ty) fprintf(stderr, "%p %s ALLOC\n", p, #ty ); -#define LOGFREE(p, ty) fprintf(stderr, "%p %s FREE\n", p, #ty ); - typedef struct uiSize uiSize; typedef struct uiSizing uiSizing; |
