From d8ef8cc87b7eb0b644ec88bc94d0b6cc2acfcc76 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Wed, 30 Dec 2020 17:56:48 +0900 Subject: [PATCH] Remove unused GridViewOrientation --- src/Tizen.TV.UIControls.Forms/GridView.cs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/Tizen.TV.UIControls.Forms/GridView.cs b/src/Tizen.TV.UIControls.Forms/GridView.cs index 6984671..ca58ec2 100644 --- a/src/Tizen.TV.UIControls.Forms/GridView.cs +++ b/src/Tizen.TV.UIControls.Forms/GridView.cs @@ -214,19 +214,4 @@ protected bool ValidateItemTemplate(DataTemplate template) return false; } } - - /// - /// The orientations the a GridView can have. - /// - public enum GridViewOrientation - { - /// - /// Vertical - /// - Vertical, - /// - /// Horizontal - /// - Horizontal - } }