Skip to content

Commit

Permalink
remove duplicate notification
Browse files Browse the repository at this point in the history
  • Loading branch information
dealforest committed Feb 7, 2015
1 parent 07ddf74 commit e0e50fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Backlight/AAABacklight.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ - (id)initWithBundle:(NSBundle *)plugin
name:NSWindowDidResizeNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(backlightNotification:)
name:NSWindowDidBecomeKeyNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(backlightNotification:)
name:NSWindowDidResizeNotification object:nil];

return self;
}
Expand Down

0 comments on commit e0e50fa

Please sign in to comment.