diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 19:04:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 19:04:09 -0400 |
| commit | 7b1dfbf1d6de954efdb5d9d9d4df61a98935ddd4 (patch) | |
| tree | 98b82ee5987a646a409bb0efd510366cb5182ef0 /new/uipriv_darwin.h | |
| parent | 03d94db0fd80f1d293dbf727b6e9a2466546c2c3 (diff) | |
Unified the allocators across all platforms so that everyone uses uiAlloc() and friends.
Diffstat (limited to 'new/uipriv_darwin.h')
| -rw-r--r-- | new/uipriv_darwin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h index 3c9c731..dd3467a 100644 --- a/new/uipriv_darwin.h +++ b/new/uipriv_darwin.h @@ -11,13 +11,6 @@ struct uiSizing { }; -// alloc_darwin.m -extern void *uiAlloc(size_t); -// TODO use this in existing files -#define uiNew(T) ((T *) uiAlloc(sizeof (T))) -extern void *uiRealloc(void *, size_t); -extern void uiFree(void *); - // util_darwin.m extern void setStandardControlFont(NSControl *); |
