Browse Source

Reverted obsolete attribute

CPKreuz 3 years ago
parent
commit
86463477d4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      PixiEditor/Helpers/RelayCommand.cs

+ 0 - 1
PixiEditor/Helpers/RelayCommand.cs

@@ -3,7 +3,6 @@ using System.Windows.Input;
 
 namespace PixiEditor.Helpers
 {
-    [Obsolete("Use GalaSoft.MvvmLight.CommandWpf.RelayCommand instead")]
     public class RelayCommand : ICommand
     {
         private readonly Action<object> execute;