From 897dc7a42e963a111aeddad04b49437dff2a69af Mon Sep 17 00:00:00 2001 From: Kazumi Inada Date: Sat, 2 Mar 2024 12:58:26 +0900 Subject: [PATCH] fix: Remove unused return values (#1) --- src/ofxEtherdream.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ofxEtherdream.cpp b/src/ofxEtherdream.cpp index b8513da..b8de96b 100755 --- a/src/ofxEtherdream.cpp +++ b/src/ofxEtherdream.cpp @@ -44,7 +44,7 @@ void ofxEtherdream::init() { int device_num = etherdream_dac_count(); if (!device_num || idEtherdreamConnection>device_num) { ofLogWarning() << "ofxEtherdream::init - No DACs found"; - return 0; + return; } for (int i=0; i