Remove EVENT_COME_TO_BACKGROUND notification.

This commit is contained in:
Lee, Jae-Hong 2013-05-22 13:17:54 +09:00
parent d83ed86739
commit 4152850592
1 changed files with 1 additions and 3 deletions

View File

@ -159,8 +159,6 @@ CCOspApplication::OnBackground(void)
}
CCApplication::sharedApplication()->applicationDidEnterBackground();
CCNotificationCenter::sharedNotificationCenter()->postNotification(EVENT_COME_TO_BACKGROUND, NULL);
}
void