diff options
Diffstat (limited to 'UICaboodle/ResetView.mm')
-rw-r--r-- | UICaboodle/ResetView.mm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/UICaboodle/ResetView.mm b/UICaboodle/ResetView.mm index bd1c8ee..ffdb043 100644 --- a/UICaboodle/ResetView.mm +++ b/UICaboodle/ResetView.mm @@ -22,18 +22,6 @@ @end -@implementation UITable (RVBook) - -- (void) resetViewAnimated:(BOOL)animated { - [self selectRow:-1 byExtendingSelection:NO withFade:animated]; -} - -- (void) clearView { - [self clearAllData]; -} - -@end - @implementation UITableView (RVBook) - (void) resetViewAnimated:(BOOL)animated { @@ -47,15 +35,3 @@ } @end - -@implementation UISectionList (RVBook) - -- (void) resetViewAnimated:(BOOL)animated { - [[self table] resetViewAnimated:animated]; -} - -- (void) clearView { - [[self table] clearView]; -} - -@end |