From 88b90ae8644659dadd543ccbb1c170d3aeca09de Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sat, 7 Apr 2018 08:34:07 -0700 Subject: [PATCH] Remove unused local reference --- .../ApplicationSettings/ApplicationSettingsView.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ConfigurationPage/ApplicationSettings/ApplicationSettingsView.cs b/ConfigurationPage/ApplicationSettings/ApplicationSettingsView.cs index 82adfd44a..db8f7cd01 100644 --- a/ConfigurationPage/ApplicationSettings/ApplicationSettingsView.cs +++ b/ConfigurationPage/ApplicationSettings/ApplicationSettingsView.cs @@ -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;