@@ -684,7 +684,7 @@ void ChannelSelector::buttonClicked(Button* button)
684684 selectButtonParam->removeListener (this );
685685 deselectButtonParam->removeListener (this );
686686 std::vector<int > getBoxList;
687- int fa, lim, comd, i, j ;
687+ int fa, lim, comd, i;
688688 getBoxList = paramBox->getBoxInfo (parameterButtons.size ());
689689 if (getBoxList.size () < 3 )
690690 {
@@ -712,7 +712,7 @@ void ChannelSelector::buttonClicked(Button* button)
712712 selectButtonRecord->removeListener (this );
713713 deselectButtonRecord->removeListener (this );
714714 std::vector<int > getBoxList;
715- int fa, lim, comd, i, j ;
715+ int fa, lim, comd, i;
716716 getBoxList = recordBox->getBoxInfo (recordButtons.size ());
717717 if (getBoxList.size () < 3 )
718718 {
@@ -740,7 +740,7 @@ void ChannelSelector::buttonClicked(Button* button)
740740 selectButtonAudio->removeListener (this );
741741 deselectButtonAudio->removeListener (this );
742742 std::vector<int > getBoxList;
743- int fa, lim, comd, i, j ;
743+ int fa, lim, comd, i;
744744 getBoxList = audioBox->getBoxInfo (audioButtons.size ());
745745 if (getBoxList.size () < 3 )
746746 {
@@ -768,7 +768,7 @@ void ChannelSelector::buttonClicked(Button* button)
768768 selectButtonParam->removeListener (this );
769769 deselectButtonParam->removeListener (this );
770770 std::vector<int > getBoxList;
771- int fa, lim, comd, i, j ;
771+ int fa, lim, comd, i;
772772 getBoxList = paramBox->getBoxInfo (parameterButtons.size ());
773773 if (getBoxList.size () < 3 )
774774 {
@@ -796,7 +796,7 @@ void ChannelSelector::buttonClicked(Button* button)
796796 selectButtonRecord->removeListener (this );
797797 deselectButtonRecord->removeListener (this );
798798 std::vector<int > getBoxList;
799- int fa, lim, comd, i, j ;
799+ int fa, lim, comd, i;
800800 getBoxList = recordBox->getBoxInfo (recordButtons.size ());
801801 if (getBoxList.size () < 3 )
802802 {
@@ -824,7 +824,7 @@ void ChannelSelector::buttonClicked(Button* button)
824824 selectButtonAudio->removeListener (this );
825825 deselectButtonAudio->removeListener (this );
826826 std::vector<int > getBoxList;
827- int fa, lim, comd, i, j ;
827+ int fa, lim, comd, i;
828828 getBoxList = audioBox->getBoxInfo (audioButtons.size ());
829829 if (getBoxList.size () < 3 )
830830 {
@@ -1239,7 +1239,7 @@ ChannelSelectorBox::~ChannelSelectorBox()
12391239int ChannelSelectorBox::convertToInteger (std::string s)
12401240{
12411241 char ar[20 ];
1242- int i, j, k = 0 ;
1242+ int i, k = 0 ;
12431243 for (i = 0 ; i < s.size (); i++)
12441244 {
12451245 if (s[i] >= 48 && s[i] <= 57 )
0 commit comments