浏览代码

Deleted feedback

flabbet 7 年之前
父节点
当前提交
f76b96a597
共有 1 个文件被更改,包括 0 次插入2 次删除
  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);
         }