From b21d8e7c164b63d14d15cfdf3dda68ae88a03043 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 11 Jun 2018 10:23:24 +0300 Subject: Code cleanup for warnings. --- .../Tango.MachineStudio.Common/Controls/HiveColorPickerControl.xaml.cs | 1 - .../Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs | 1 - 2 files changed, 2 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveColorPickerControl.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveColorPickerControl.xaml.cs index b8ebe9f6a..26629003a 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveColorPickerControl.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveColorPickerControl.xaml.cs @@ -26,7 +26,6 @@ namespace Tango.MachineStudio.Common.Controls public event EventHandler SelectedHiveColorChanged; public event EventHandler SelectedHexagonChanged; public event EventHandler LAxisValueChanged; - public event EventHandler ResolutionChanged; private bool _preventColorCanvasEvent; diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs index ceba52826..baa44bc28 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs @@ -23,7 +23,6 @@ namespace Tango.MachineStudio.Common.Controls /// public partial class HiveComboControl : UserControl { - public event EventHandler SelectedColorChanged; public event EventHandler SelectedHexagonChanged; public event EventHandler LAxisValueChanged; public event EventHandler ResolutionChanged; -- cgit v1.3.1