summaryrefslogtreecommitdiff
path: root/UICaboodle
diff options
context:
space:
mode:
Diffstat (limited to 'UICaboodle')
-rw-r--r--UICaboodle/RVPage.mm5
1 files changed, 1 insertions, 4 deletions
diff --git a/UICaboodle/RVPage.mm b/UICaboodle/RVPage.mm
index 932b45e..aecf0d3 100644
--- a/UICaboodle/RVPage.mm
+++ b/UICaboodle/RVPage.mm
@@ -9,9 +9,6 @@
- (void)setDelegate:(id)delegate {
delegate_ = delegate;
}
-- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
- return NO; /* XXX: return YES; */
-}
- (void) reloadData {
}
-@end
+@end \ No newline at end of file