summaryrefslogtreecommitdiff
path: root/new/init_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 04:35:50 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 04:35:50 -0400
commit941825e1902d7ccdea93ad21f518a8c60ce271b2 (patch)
tree81f39bf8afab350e6a002a1e655774e387f20bb5 /new/init_darwin.m
parent4ab6251449b4c88869b12514f67c8731ab14c93c (diff)
Cleaned out some of that gunk. I can't avoid subclassing the standard controls, but making it so that the uiControl returned by uiDarwinNewControl() can be freed by the caller will help.
Diffstat (limited to 'new/init_darwin.m')
-rw-r--r--new/init_darwin.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/new/init_darwin.m b/new/init_darwin.m
index bd27dee..b251b47 100644
--- a/new/init_darwin.m
+++ b/new/init_darwin.m
@@ -6,8 +6,6 @@
@implementation uiApplication
-uiLogObjCClassAllocations()
-
// hey look! we're overriding terminate:!
// we're going to make sure we can go back to main() whether Cocoa likes it or not!
// and just how are we going to do that, hm?