Skip to content

Commit

Permalink
Revert "Make NativeSeparatorItem obsolete"
Browse files Browse the repository at this point in the history
This reverts commit 0eb4e55.
  • Loading branch information
justalemon committed Dec 16, 2023
1 parent 2fa213d commit 436cfca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions LemonUI/Menus/NativeSeparatorItem.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using System;

namespace LemonUI.Menus
namespace LemonUI.Menus
{
/// <summary>
/// A Blank Separator Item for creating empty spaces between menu items.
/// </summary>
[Obsolete("Use LemonUI.Menus.NativeSpacerItem instead.", true)]
public class NativeSeparatorItem : NativeItem
{
#region Constructors
Expand Down

0 comments on commit 436cfca

Please sign in to comment.