summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs b/Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs
index abae812e..4db9c1a6 100644
--- a/Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs
+++ b/Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs
@@ -18,9 +18,6 @@ namespace Xamarin.Forms.Platform.WinRT
event EventHandler<VisualElementChangedEventArgs> ElementChanged;
SizeRequest GetDesiredSize(double widthConstraint, double heightConstraint);
-
void SetElement(VisualElement element);
-
- UIElement GetNativeElement();
}
} \ No newline at end of file