Remove Unused Types (#4948)
authorMatthew Leibowitz <mattleibow@live.com>
Wed, 16 Jan 2019 07:37:02 +0000 (09:37 +0200)
committerStephane Delcroix <stephane@delcroix.org>
Wed, 16 Jan 2019 07:37:02 +0000 (08:37 +0100)
commit9eac84a1fd4ba778750e4cfdc2a33739e75a40bc
tree9d249243b79a1e1dea5f08b2e91136b6aeecee6f
parent0919b0db4ad9cc7acf904f2838ccf73274f64e73
Remove Unused Types (#4948)

* Remove NavigationMenu & Renderers
 - Never completed and there is the new CollectionView
 - Only (partially) implemented on iOS/Android

* Removing ToolbarButton and related types
 - `ToolbarButton`, `ToolbarImageButton`, `IToolbarButton`
 - this appears not to be used at all
 - was part of `ToolbarRenderer` in the old Duplo repo, which has since been removed

* Update Xamarin.Forms.Platform.cs
18 files changed:
Stubs/Xamarin.Forms.Platform.cs
Xamarin.Forms.Controls/CoreGallery.cs
Xamarin.Forms.Controls/GalleryPages/NavigationMenuGallery.cs [deleted file]
Xamarin.Forms.Core.UnitTests/NavigationMenuUnitTests.cs [deleted file]
Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj
Xamarin.Forms.Core/INavigationMenuController.cs [deleted file]
Xamarin.Forms.Core/NavigationMenu.cs [deleted file]
Xamarin.Forms.Platform.Android/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.Android/Renderers/IToolbarButton.cs [deleted file]
Xamarin.Forms.Platform.Android/Renderers/NavigationMenuRenderer.cs [deleted file]
Xamarin.Forms.Platform.Android/Renderers/ToolbarButton.cs [deleted file]
Xamarin.Forms.Platform.Android/Renderers/ToolbarImageButton.cs [deleted file]
Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
Xamarin.Forms.Platform.WPF/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.iOS/Renderers/NavigationMenuRenderer.cs [deleted file]
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.csproj
Xamarin.Forms.Platform/Xamarin.Forms.Platform.cs