summaryrefslogtreecommitdiff
path: root/ios/shared/ios_sharedlo/objective_c/view_controllers/scroller/MLOScrollerViewController.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-21 13:52:18 +0100
committerTor Lillqvist <tml@collabora.com>2015-05-21 14:06:40 +0100
commit63b5e078255e7bae26b90ca870d83ca683cd90c8 (patch)
treec61194b35eca4f02f376c248281d01f4eb512501 /ios/shared/ios_sharedlo/objective_c/view_controllers/scroller/MLOScrollerViewController.h
parentcf991bf352d64021e872ab1f8d82cb0f3cea37f3 (diff)
Bin obsolete code that has not been built for ages and likely has bit-rotted
If somebody needs to have look, it can be found in git, or in old source tarballs, etc. No need to keep in the work tree.
Diffstat (limited to 'ios/shared/ios_sharedlo/objective_c/view_controllers/scroller/MLOScrollerViewController.h')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/view_controllers/scroller/MLOScrollerViewController.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/scroller/MLOScrollerViewController.h b/ios/shared/ios_sharedlo/objective_c/view_controllers/scroller/MLOScrollerViewController.h
deleted file mode 100644
index 4498e1e2c363..000000000000
--- a/ios/shared/ios_sharedlo/objective_c/view_controllers/scroller/MLOScrollerViewController.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-//
-// This file is part of the LibreOffice project.
-//
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-#import "MLOObject.h"
-@class MLOScrollerData;
-@class MLOMainViewController;
-@interface MLOScrollerViewController : MLOObject
-@property MLOScrollerData * data;
-
--(void)updateByLogic;
--(void)updateByPixelDeltaY:(CGFloat) pixelDeltaY;
--(void)contentHasChanged;
--(void)onRotate;
--(id)initWithMainViewController:(MLOMainViewController *) mainViewController;
--(void) reset;
--(void) fadeOut;
--(void) addToMainViewController;
--(void) hideLibreOffice;
--(void) showLibreOffice;
-
-@end