Remove Editor::handle_win32_events

This apparently isn't needed anymore.
This commit is contained in:
Robbert van der Helm
2020-12-21 18:24:07 +01:00
parent 0f43e21fc0
commit 7e34cf69fe
4 changed files with 6 additions and 36 deletions
-2
View File
@@ -437,8 +437,6 @@ void Vst3Bridge::handle_x11_events() {
}
void Vst3Bridge::handle_win32_events() {
// TODO: Remove this function from the `Editor`
MSG msg;
for (int i = 0;