Skip to content

Commit feee87a

Browse files
committed
remove dead code
1 parent 3a5a6b6 commit feee87a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/osc_command.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,3 @@ float OSCCommand::getResultFloat(const char *name) {
106106
aJsonObject *obj = getResultObject(name);
107107
return obj == NULL ? 0 : obj->valuefloat;
108108
}
109-
110-
// private

0 commit comments

Comments
 (0)