Skip to content

Commit

Permalink
Merge pull request #28 from dealforest/refactoring
Browse files Browse the repository at this point in the history
remove duplicate notification
  • Loading branch information
Aliaksandr Andrashuk committed Feb 18, 2015
2 parents cdb94e1 + e0e50fa commit fbfc0af
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 fbfc0af

Please sign in to comment.