summaryrefslogtreecommitdiff
path: root/Stubs
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-04-25 10:52:48 -0600
committerRui Marinho <me@ruimarinho.net>2016-04-25 12:52:48 -0400
commit07df05ced2b43446c84d47f4b7a8325abcd0f767 (patch)
tree21ac508248e24266a884f9bf0fc28acadf7978fc /Stubs
parent6c0c11960b26c4ccb3322fec04e0eb6f55d9da07 (diff)
downloadxamarin-forms-07df05ced2b43446c84d47f4b7a8325abcd0f767.tar.gz
xamarin-forms-07df05ced2b43446c84d47f4b7a8325abcd0f767.tar.bz2
xamarin-forms-07df05ced2b43446c84d47f4b7a8325abcd0f767.zip
Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)
Diffstat (limited to 'Stubs')
-rw-r--r--Stubs/Xamarin.Forms.Platform.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Stubs/Xamarin.Forms.Platform.cs b/Stubs/Xamarin.Forms.Platform.cs
index 5f3de257..4c828666 100644
--- a/Stubs/Xamarin.Forms.Platform.cs
+++ b/Stubs/Xamarin.Forms.Platform.cs
@@ -83,13 +83,6 @@ namespace Xamarin.Forms.Platform
[RenderWith (typeof (ScrollViewRenderer))]
internal class _ScrollViewRenderer { }
-#if !WINDOWS_PHONE && !WINDOWS_PHONE_APP
- [RenderWith (typeof (ToolbarRenderer))]
-#else
- [RenderWith (null)]
-#endif
- internal class _ToolbarRenderer { }
-
[RenderWith (typeof (ActivityIndicatorRenderer))]
internal class _ActivityIndicatorRenderer { }