summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
diff options
context:
space:
mode:
authorJason Smith <jason.smith@xamarin.com>2016-04-26 15:35:52 -0400
committerJason Smith <jason.smith@xamarin.com>2016-04-26 15:35:52 -0400
commit409e10528495238a680c1bf3867a71f758b0d452 (patch)
tree0cb19f682b0b192ebad3dc0c77cfe32974abe09c /Xamarin.Forms.Platform.WP8
parent9ae4ea3c82444561353eb77bf746f96cdbfb4583 (diff)
downloadxamarin-forms-409e10528495238a680c1bf3867a71f758b0d452.tar.gz
xamarin-forms-409e10528495238a680c1bf3867a71f758b0d452.tar.bz2
xamarin-forms-409e10528495238a680c1bf3867a71f758b0d452.zip
Carousel clean (#135)
CarouselView moving to preview repo
Diffstat (limited to 'Xamarin.Forms.Platform.WP8')
-rw-r--r--Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs13
-rw-r--r--Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs1
-rw-r--r--Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj1
3 files changed, 0 insertions, 15 deletions
diff --git a/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs b/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs
deleted file mode 100644
index 6050d07d..00000000
--- a/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using Microsoft.Phone.Controls;
-using SLButton = System.Windows.Controls.Button;
-using SLBinding = System.Windows.Data.Binding;
-
-namespace Xamarin.Forms.Platform.WinPhone
-{
- public class CarouselViewRenderer : ViewRenderer<CarouselView, LongListSelector>
- {
- protected override void OnElementChanged(ElementChangedEventArgs<CarouselView> e)
- {
- }
- }
-} \ No newline at end of file
diff --git a/Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs
index f1be5df1..e081584b 100644
--- a/Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs
@@ -48,7 +48,6 @@ using TableView = Xamarin.Forms.TableView;
[assembly: ExportRenderer(typeof(Frame), typeof(FrameRenderer))]
[assembly: ExportRenderer(typeof(NavigationMenu), typeof(NavigationMenuRenderer))]
[assembly: ExportRenderer(typeof(ListView), typeof(ListViewRenderer))]
-[assembly: ExportRenderer(typeof(CarouselView), typeof(CarouselViewRenderer))]
[assembly: ExportRenderer(typeof(TableView), typeof(TableViewRenderer))]
[assembly: ExportRenderer(typeof(NativeViewWrapper), typeof(NativeViewWrapperRenderer))]
diff --git a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
index 62c4918f..eda2cdce 100644
--- a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
+++ b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
@@ -158,7 +158,6 @@
<Compile Include="FormsPhoneTextBox.cs" />
<Compile Include="FrameworkElementExtensions.cs" />
<Compile Include="LayoutExtensions.cs" />
- <Compile Include="CarouselViewRenderer.cs" />
<Compile Include="MD5.cs" />
<Compile Include="MD5CryptoServiceProvider.cs" />
<Compile Include="NativeViewWrapper.cs" />