Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #81 from rookiejava/master
Browse files Browse the repository at this point in the history
Remove unused GridViewOrientation
  • Loading branch information
rookiejava committed Dec 30, 2020
2 parents e0d09d9 + f2104ca commit 81e2f1e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Tizen.TV.UIControls.Forms/GridView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,4 @@ protected bool ValidateItemTemplate(DataTemplate template)
return false;
}
}

/// <summary>
/// The orientations the a GridView can have.
/// </summary>
public enum GridViewOrientation
{
/// <summary>
/// Vertical
/// </summary>
Vertical,
/// <summary>
/// Horizontal
/// </summary>
Horizontal
}
}

0 comments on commit 81e2f1e

Please sign in to comment.