OSDN Git Service

無駄な行を削除
authormasakih <masakih@users.sourceforge.jp>
Sat, 27 Aug 2016 13:59:11 +0000 (22:59 +0900)
committermasakih <masakih@users.sourceforge.jp>
Sat, 27 Aug 2016 13:59:11 +0000 (22:59 +0900)
KCD/HMAppDelegate.m

index e1bd5ed..cdfef01 100644 (file)
 {
        id object = [notification object];
        if([self.browserWindowControllers containsObject:object]) {
-               [self.browserWindowControllers removeObject:object];
                [[NSNotificationCenter defaultCenter] removeObserver:self
                                                                                                                name:NSWindowWillCloseNotification
                                                                                                          object:object];