Remove unused button factories

This commit is contained in:
John Lewin 2018-01-11 18:04:54 -08:00
parent 12c65499dd
commit 1f8d5614e0
2 changed files with 0 additions and 117 deletions

View file

@ -161,8 +161,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
var commonMargin = theme.ButtonSpacing;
var buttonFactory = theme.RadioButtons;
double height = theme.ButtonFactory.Options.FixedHeight;
var homeButton = new IconButton(AggContext.StaticData.LoadIcon("fa-home_16.png", IconColor.Theme), theme)