Minor tweak

This commit is contained in:
Travis Nickles 2017-12-03 03:43:24 -06:00
parent d66c98c139
commit 4322ca3215
2 changed files with 0 additions and 6 deletions

View File

@ -1456,7 +1456,6 @@
0, 0,
0, 0,
0}); 0});
this.nUDRainbowB.ValueChanged += new System.EventHandler(this.nUDRainbowB_ValueChanged);
// //
// cBFlashType // cBFlashType
// //

View File

@ -3047,10 +3047,5 @@ namespace DS4Windows
{ {
FlashType[device] = (byte)cBFlashType.SelectedIndex; FlashType[device] = (byte)cBFlashType.SelectedIndex;
} }
private void nUDRainbowB_ValueChanged(object sender, EventArgs e)
{
//
}
} }
} }