diff --git a/MatterControlLib/SlicerConfiguration/UIFields/SurfacedEditorPage.cs b/MatterControlLib/SlicerConfiguration/UIFields/SurfacedEditorPage.cs index 5c3aaa7c1..2f3ca278a 100644 --- a/MatterControlLib/SlicerConfiguration/UIFields/SurfacedEditorPage.cs +++ b/MatterControlLib/SlicerConfiguration/UIFields/SurfacedEditorPage.cs @@ -131,14 +131,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration }; tabControl.AddTab(previewTab); - tabControl.ActiveTabChanged += (s, e) => - { - if (tabControl.SelectedTabIndex == 1) - { - // dummyWidget.Markdown = editWidget.Text; - } - }; - tabControl.SelectedTabIndex = 0; var saveButton = theme.CreateDialogButton("Save".Localize());