Remove unused local reference

This commit is contained in:
John Lewin 2018-04-07 08:34:07 -07:00
parent c485282d72
commit 88b90ae864

View file

@ -49,14 +49,12 @@ namespace MatterHackers.MatterControl.ConfigurationPage
private string cannotRestartWhilePrintIsActiveMessage = "Oops! You cannot restart while a print is active.".Localize();
private string cannotRestartWhileActive = "Unable to restart".Localize();
private TextImageButtonFactory buttonFactory;
private Color menuTextColor = Color.Black;
public ApplicationSettingsWidget(TextImageButtonFactory buttonFactory, ThemeConfig theme)
: base(FlowDirection.TopToBottom)
{
this.buttonFactory = buttonFactory;
this.HAnchor = HAnchor.Stretch;
this.VAnchor = VAnchor.Fit;