summaryrefslogtreecommitdiff
path: root/macosx/MemBadgeView.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/MemBadgeView.m')
-rw-r--r--macosx/MemBadgeView.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/MemBadgeView.m b/macosx/MemBadgeView.m
index 090b88fc..e15a6302 100644
--- a/macosx/MemBadgeView.m
+++ b/macosx/MemBadgeView.m
@@ -7,7 +7,6 @@
//
#import "MemBadgeView.h"
-#import "ARCBridge.h"
@implementation MemBadgeView
@@ -46,8 +45,6 @@
[tmpDraw unlockFocus];
[tmpDraw drawInRect:dirtyRect fromRect:dirtyRect operation:NSCompositeSourceOver fraction:1.0];
-
- RELEASEOBJ(tmpDraw);
}
}