From 49ee58ca364d055594657f11cef04f8c8440c366 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 22:58:06 -0400 Subject: Decided to remove the logging for now. Will inject it right into the allocation system later. --- new/window_darwin.m | 1 - 1 file changed, 1 deletion(-) (limited to 'new/window_darwin.m') diff --git a/new/window_darwin.m b/new/window_darwin.m index a5f1b2d..8beb008 100644 --- a/new/window_darwin.m +++ b/new/window_darwin.m @@ -40,7 +40,6 @@ uiWindow *uiNewWindow(char *title, int width, int height) uiWindow *w; w = (uiWindow *) uiAlloc(sizeof (uiWindow)); -LOGALLOC(w, uiWindow) w->w = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, (CGFloat) width, (CGFloat) height) styleMask:(NSTitledWindowMask | NSClosableWindowMask | NSMiniaturizableWindowMask | NSResizableWindowMask) -- cgit v1.2.3