Skip to content

Commit cce4bf4

Browse files
committed
clean up (TODO is already solved)
1 parent 60edcf5 commit cce4bf4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/clientrpc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ CClientRpc::CClientRpc ( CClient* pClient, CRpcServer* pRpcServer, QObject* pare
347347
return;
348348
}
349349

350-
// TODO How to set fader level in client correctly? OnControllerInFaderLevel is definitely the function we need to call...
351350
pClient->SetControllerInFaderLevel ( jsonChannelIndex.toInt(), jsonLevel.toInt() );
352351
response["result"] = "ok";
353352
} );

0 commit comments

Comments
 (0)