Remove dead code
This commit is contained in:
parent
411f45e857
commit
4908cbb807
1 changed files with 0 additions and 8 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue