Remove unused items

This commit is contained in:
John Lewin 2017-07-06 16:15:57 -07:00
parent d2c25ca814
commit 82b1cb3a5a
2 changed files with 6 additions and 20 deletions

View file

@ -169,8 +169,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
activeSettings.GetValue<Vector2>(SettingsKey.print_center),
activeSettings.GetValue<BedShape>(SettingsKey.bed_shape),
viewControls3D,
ApplicationController.Instance.Theme,
modelViewer.meshViewerWidget);
ApplicationController.Instance.Theme);
gcodeViewer.AnchorAll();
this.gcodeViewer.Visible = false;