Get rid of old todos

This commit is contained in:
Robbert van der Helm
2020-03-11 14:32:47 +01:00
parent 6fd878ed33
commit c86ad23703
4 changed files with 3 additions and 12 deletions
-2
View File
@@ -226,8 +226,6 @@ class HostCallbackDataConverter : DefaultDataConverter {
case audioMasterGetTime:
// Write the returned `VstTimeInfo` struct into a field and make
// the function return a poitner to it in the function below
// TODO: Start a time to update this on the host bridge once
// it's been requested. Not sure if this is needed though!
time = *static_cast<const VstTimeInfo*>(
static_cast<const void*>(response.data->data()));
break;
-2
View File
@@ -64,8 +64,6 @@ class PluginBridge {
/**
* With the `audioMasterGetTime` host callback the plugin expects the return
* value from the calblack to be a pointer to a VstTimeInfo struct.
*
* TODO: Should this be updated automatically?
*/
VstTimeInfo time_info;