diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-02 04:49:05 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-03 01:16:44 -0800 |
commit | 0e1784b407f7de937a24bcf2fc5a2d9ef825f7bf (patch) | |
tree | ef1c2596654e16595cc3f51ff3d970704d14c99d /iPhonePrivate.h | |
parent | eab7d275bff63899eba77011b22bd09702e9ea64 (diff) |
Remove 1.x-compatible ApplicationIconBadge logic.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index afb4a34..e6a79dc 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -195,9 +195,6 @@ typedef enum { - (void) applicationWillResignActive:(UIApplication *)application; - (void) applicationWillSuspend; - (void) launchApplicationWithIdentifier:(NSString *)identifier suspended:(BOOL)suspended; -- (void) removeApplicationBadge; -- (void) setApplicationBadge:(NSString *)badge; -- (void) setApplicationBadgeString:(NSString *)badge; - (void) setStatusBarShowsProgress:(BOOL)shows; - (void) _setSuspended:(BOOL)suspended; - (void) terminateWithSuccess; |