Skip to content

Commit

Permalink
ActionStateTypes: Remove unused static Draw type
Browse files Browse the repository at this point in the history
This should also fix the failing tests.
  • Loading branch information
falko17 committed Oct 16, 2024
1 parent 596a341 commit 2733f0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Assets/SEE/Controls/Actions/ActionStateTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ static ActionStateTypes()
parent: Drawable);
}

// IMPORTANT NOTE: The order of the following field declarations must be exaclty the same
// IMPORTANT NOTE: The order of the following field declarations must be exactly the same
// as the order of their assignments in the static constructor above.

public static readonly ActionStateType Move;
Expand All @@ -312,7 +312,6 @@ static ActionStateTypes()
public static readonly ActionStateType ScaleNode;
public static readonly ActionStateType Delete;
public static readonly ActionStateType ShowCode;
public static readonly ActionStateType Draw;
public static readonly ActionStateType AcceptDivergence;

public static readonly ActionStateTypeGroup MetricBoard;
Expand Down

0 comments on commit 2733f0d

Please sign in to comment.