Skip to content

Commit

Permalink
refactor: remove superflous update
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 19, 2023
1 parent ca18b1d commit 0e81ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/patchbay.impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,6 @@ namespace vencord
listener.on<pw::registry_event::global_removed>([this](std::uint32_t id) { global_removed(id); });
listener.on<pw::registry_event::global>([this](const auto &global) { global_added(global); });

core->update();

sender.send(ready{});

while (!should_exit)
Expand Down

0 comments on commit 0e81ac6

Please sign in to comment.