summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuOutlineController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuOutlineController.h')
-rw-r--r--platform/ios/Classes/MuOutlineController.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/ios/Classes/MuOutlineController.h b/platform/ios/Classes/MuOutlineController.h
index 23159fba..63661bfc 100644
--- a/platform/ios/Classes/MuOutlineController.h
+++ b/platform/ios/Classes/MuOutlineController.h
@@ -3,10 +3,5 @@
@class MuDocumentController;
@interface MuOutlineController : UITableViewController
-{
- MuDocumentController *target;
- NSMutableArray *titles;
- NSMutableArray *pages;
-}
- (id) initWithTarget: (id)aTarget titles: (NSMutableArray*)aTitles pages: (NSMutableArray*)aPages;
@end