Browse Source

SC: remove TODOs

tags/v1.3.0
Brian Heim 5 years ago
parent
commit
8635f7d0cb
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/SuperColliderEngine.cpp

+ 0
- 4
src/SuperColliderEngine.cpp View File

@@ -90,11 +90,7 @@ public:

private:
bool waitingOnClient() const noexcept { return !_clientRunning; }

// TODO
bool clientHasError() const noexcept { return !_client->isOk(); }

// TODO handle failure conditions
void finishClientLoading() noexcept { _clientRunning = true; }

std::unique_ptr<SC_VcvPrototypeClient> _client;


Loading…
Cancel
Save