Remove redaundant code

This commit is contained in:
sodastsai 2015-01-13 13:54:09 +08:00
parent 14aa5a102a
commit 49955d9dfe

View File

@ -80,11 +80,6 @@
self.stationaryMorphEnabled = YES;
}
- (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIScreenDidConnectNotification object:nil];
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIScreenDidDisconnectNotification object:nil];
}
#pragma mark -
- (UIImage *)touchImage {