Skip to content

Commit f2d9ebb

Browse files
committed
Just whitespace and comments.
1 parent eb27e48 commit f2d9ebb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SSYTabView.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern NSString* const SSYTabViewDidChangeItemNotification ;
3434
item. (We figure out which one sent it by looking at the sender.)</li>
3535
<li>Third, in order for this class to "just work" without alot of programming,
3636
we require that the corresponding tab view items and toolbar items
37-
have the same identifiers (strings).</li>
37+
have the same identifiers (setSelectedTabIndex:).</li>
3838
</ul>
3939
*/
4040
@interface SSYTabView : NSTabView {

SSYTempWindowController.m

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ + (NSString*)nibName {
99
return nil ;
1010
}
1111

12-
1312
- (void)goAway {
1413
[[NSNotificationCenter defaultCenter] removeObserver:self] ;
1514
[[self window] setWindowController:nil] ;

0 commit comments

Comments
 (0)