aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-11 10:23:24 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-11 10:23:24 +0300
commitb21d8e7c164b63d14d15cfdf3dda68ae88a03043 (patch)
treed4df5ec93d5cc3011766470183a8a43a96439405 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls
parent6323ea8d74be3440286acaf73cab98024a858499 (diff)
downloadTango-b21d8e7c164b63d14d15cfdf3dda68ae88a03043.tar.gz
Tango-b21d8e7c164b63d14d15cfdf3dda68ae88a03043.zip
Code cleanup for warnings.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveColorPickerControl.xaml.cs1
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs1
2 files changed, 0 insertions, 2 deletions
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<Color> SelectedHiveColorChanged;
public event EventHandler<HexagonControl> SelectedHexagonChanged;
public event EventHandler<int> LAxisValueChanged;
- public event EventHandler<int> 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
/// </summary>
public partial class HiveComboControl : UserControl
{
- public event EventHandler<Color> SelectedColorChanged;
public event EventHandler<HexagonControl> SelectedHexagonChanged;
public event EventHandler<int> LAxisValueChanged;
public event EventHandler<int> ResolutionChanged;