summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/MultiPage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/MultiPage.cs')
-rw-r--r--Xamarin.Forms.Core/MultiPage.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Xamarin.Forms.Core/MultiPage.cs b/Xamarin.Forms.Core/MultiPage.cs
index 765f779f..2578c196 100644
--- a/Xamarin.Forms.Core/MultiPage.cs
+++ b/Xamarin.Forms.Core/MultiPage.cs
@@ -26,8 +26,6 @@ namespace Xamarin.Forms
T _current;
- ObservableCollection<Element> InternalChildren => ((IPageController)this).InternalChildren;
-
protected MultiPage()
{
_templatedItems = new TemplatedItemsList<MultiPage<T>, T>(this, ItemsSourceProperty, ItemTemplateProperty);