| -rw-r--r-- | PushrSettings.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PushrSettings.h b/PushrSettings.h index 358586d..063154e 100644 --- a/PushrSettings.h +++ b/PushrSettings.h @@ -1,6 +1,6 @@ /* * PushrSettings.h - * -------------- + * --------------- * * Author: Chris Lee <clee@mg8.org> * License: GPL v2 <http://www.opensource.org/licenses/gpl-license.php> @@ -18,7 +18,6 @@ UIView *_prefView, *_tagsView; UIPreferencesTable *_tagsTable, *_prefTable; NSArray *_availableTags; - } - (id)initFromWindow: (UIWindow *)window withPushr: (MobilePushr *)pushr withView: (UIView *)view withTable: (UIPreferencesTable *)table; @@ -34,7 +33,6 @@ UIView *_prefView, *_privacyView; UIPreferencesTable *_privacyTable, *_prefTable; NSArray *_availablePrivacy; - } - (id)initFromWindow: (UIWindow *)window withPushr: (MobilePushr *)pushr withView: (UIView *)view withTable: (UIPreferencesTable *)table; |
