]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/AppleRemote.m
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / gui / macosx / AppleRemote.m
index 780e8223d4e4efb34030517849f5b2565511201d..f60942084ea753fa343873a9e5ad9eac4dcc3c58 100644 (file)
@@ -117,15 +117,6 @@ const NSTimeInterval HOLD_RECOGNITION_TIME_INTERVAL=0.4;
     [super dealloc];
 }
 
-/* this was added by the VideoLAN team to ensure Leopard-compatibility and is VLC-only */
-#if GC_ENABLED
-- (void)finalize
-{
-    [self stopListening: self];
-    [super finalize];
-}
-#endif
-
 - (int) remoteId {
     return remoteId;
 }