Remove dead code

This commit is contained in:
John Lewin 2018-11-07 13:23:35 -08:00
parent 411f45e857
commit 4908cbb807

View file

@ -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());