aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMCarbonEvent.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMCarbonEvent.m')
-rw-r--r--AppKit/GTMCarbonEvent.m10
1 files changed, 0 insertions, 10 deletions
diff --git a/AppKit/GTMCarbonEvent.m b/AppKit/GTMCarbonEvent.m
index 9ff1fbf..e2c5758 100644
--- a/AppKit/GTMCarbonEvent.m
+++ b/AppKit/GTMCarbonEvent.m
@@ -134,16 +134,6 @@
return carbonEvent;
}
-#if GTM_SUPPORT_GC
-- (void)finalize {
- if (event_) {
- ReleaseEvent(event_);
- event_ = NULL;
- }
- [super finalize];
-}
-#endif
-
// releases our retained event
//
- (void)dealloc {