Browse Source

Deleted feedback

flabbet 6 years ago
parent
commit
f76b96a597
1 changed files with 0 additions and 2 deletions
  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);
         }