more changes to make future porting to ARC easier

This commit is contained in:
Mitchell Livingston
2012-03-13 03:39:56 +00:00
parent 4252d0ca02
commit b6c2134338
4 changed files with 38 additions and 21 deletions

View File

@@ -105,7 +105,9 @@ typedef enum
NSMutableDictionary * fPendingTorrentDownloads;
NSMutableSet * fAddingTransfers;
NSMutableSet * fAddWindows;
URLSheetWindowController * fUrlSheetController;
BOOL fGlobalPopoverShown;
BOOL fSoundPlaying;
@@ -128,7 +130,6 @@ typedef enum
- (void) openURL: (NSString *) urlString;
- (void) openURLShowSheet: (id) sender;
- (void) urlSheetDidEnd: (URLSheetWindowController *) controller url: (NSString *) urlString returnCode: (NSInteger) returnCode;
- (void) quitSheetDidEnd: (NSWindow *) sheet returnCode: (NSInteger) returnCode contextInfo: (void *) contextInfo;