Remove old TODO

MainContext is now basically just a wrapper with a simple event loop
implementation so it's not really necessary, but having a separate type
for the 'main' IO context still makes everything much clearer.
This commit is contained in:
Robbert van der Helm
2020-11-10 15:52:35 +01:00
parent af8c9ef838
commit 09ba0d887b
-2
View File
@@ -64,8 +64,6 @@ int __cdecl main(int argc, char* argv[]) {
// slightly more convoluted than it has to be, but doing it this way we
// don't need to differentiate between individually hosted plugins and
// plugin groups when it comes to event handling.
// TODO: Update documentation once we figure out if we can safely replace
// MainContext again with a normal `io_context`.
MainContext main_context{};
std::unique_ptr<Vst2Bridge> bridge;
try {