Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Jan 26, 2024
1 parent 16348fc commit 33f1b08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
using DynamoUtilities;
using ICSharpCode.AvalonEdit;
using PythonNodeModels;
using static System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip;
using ISelectable = Dynamo.Selection.ISelectable;
using WpfResources = Dynamo.Wpf.Properties.Resources;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ private void InitializeDelegateCommands()
public DelegateCommand OpenCommand { get; set; }
public DelegateCommand ShowOpenDialogAndOpenResultCommand { get; set; }
public DelegateCommand ShowOpenTemplateDialogCommand { get; set; }

public DelegateCommand ShowInsertDialogAndInsertResultCommand { get; set; }
public DelegateCommand WriteToLogCmd { get; set; }
public DelegateCommand PostUiActivationCommand { get; set; }
Expand Down

0 comments on commit 33f1b08

Please sign in to comment.