Skip to content

Commit d9e1603

Browse files
committed
Fixed malformed u-pr commit
1 parent d00c570 commit d9e1603

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Packages/com.unity.inputsystem/InputSystem/Runtime/Events/InputEventHandledPolicy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ internal enum InputEventHandledPolicy
1111
/// <summary>
1212
/// Input events will be discarded directly and not propagate for state changes.
1313
/// </summary>
14-
[Obsolete("Use InputEventHandledPolicy.SuppressActionEventNotifications instead. " +
15-
"SuppressStateUpdates desynchronizes Input System state from source state leading to undefined " +
1614
[Obsolete("Use SuppressActionEventNotifications instead. SuppressStateUpdates desynchronizes Input System state from source state, leading to undefined behavior.", error: false)]
1715
SuppressStateUpdates,
1816

0 commit comments

Comments
 (0)