Browse Source

Deleted feedback

flabbet 7 năm trước cách đây
mục cha
commit
f76b96a597
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      PixiEditor/ViewModels/ViewModelMain.cs

+ 0 - 2
PixiEditor/ViewModels/ViewModelMain.cs

@@ -42,7 +42,6 @@ namespace PixiEditor.ViewModels
         public RelayCommand RedoCommand { get; set; }
         public RelayCommand MouseUpCommand { get; set; }
         public RelayCommand RecenterZoomboxCommand { get; set; }
-        public RelayCommand SendFeedbackCommand { get; set; }
 
         private Layer _activeLayer;
 
@@ -128,7 +127,6 @@ namespace PixiEditor.ViewModels
             RedoCommand = new RelayCommand(Redo, CanRedo);
             MouseUpCommand = new RelayCommand(MouseUp);
             RecenterZoomboxCommand = new RelayCommand(RecenterZoombox);
-            SendFeedbackCommand = new RelayCommand(SendFeedback);
             primaryToolSet = new ToolSet();
             UndoManager.SetMainRoot(this);
         }