From e0e50fab447b25e8bd32881e22245d05bcc85985 Mon Sep 17 00:00:00 2001 From: Toshihiro Morimoto Date: Sun, 8 Feb 2015 02:09:37 +0900 Subject: [PATCH] remove duplicate notification --- Backlight/AAABacklight.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Backlight/AAABacklight.m b/Backlight/AAABacklight.m index ab15233..142d89f 100755 --- a/Backlight/AAABacklight.m +++ b/Backlight/AAABacklight.m @@ -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; }