mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Remove paramPtr unused variable from RadioList
This commit is contained in:
@@ -145,7 +145,6 @@ void RadioList::unselectAll(){
|
||||
int i;
|
||||
for(i = 0; i < guiGroup.getNumControls(); i++){
|
||||
ofxToggle * toggle = static_cast <ofxToggle *>(guiGroup.getControl(i));
|
||||
ofParameter <bool> * paramPtr = static_cast <ofParameter <bool> *>(&toggle->getParameter());
|
||||
toggle->removeListener(this, &RadioList::onToggleClicked);
|
||||
*toggle = false;
|
||||
toggle->addListener(this, &RadioList::onToggleClicked);
|
||||
|
||||
Reference in New Issue
Block a user