Skip to content

Commit 5eaaa72

Browse files
committed
• Fixed #import in SSYWindowHangout; it needs the whole Cocoa.
• Removed deprecated and unnecessary function call in SSYAlert
1 parent f172ce3 commit 5eaaa72

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SSYAlert.m

-2
Original file line numberDiff line numberDiff line change
@@ -1286,14 +1286,12 @@ - (void)runModalSheetOnWindow:(NSWindow*)documentWindow_
12861286
[[self button1] setTarget:self] ;
12871287
#if DEBUG
12881288
NSLog(@"Internal Error 928-9983") ;
1289-
Debugger() ;
12901289
#endif
12911290
}
12921291
if (([[self button1] action] == NULL) && !m_dontAddOkButton) {
12931292
[[self button1] setAction:@selector(clickedButton:)] ;
12941293
#if DEBUG
12951294
NSLog(@"Internal Error 135-5614") ;
1296-
Debugger() ;
12971295
#endif
12981296
}
12991297

SSYWindowHangout.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import <Foundation/Foundation.h>
1+
#import <Cocoa/Cocoa.h>
22

33
/*
44
@brief Provides a place for window controllers that control transient

0 commit comments

Comments
 (0)