1 diff --git a/tools/yabridgectl/src/actions.rs b/tools/yabridgectl/src/actions.rs
2 index 9ecdb140..061a8ff3 100644
3 --- a/tools/yabridgectl/src/actions.rs
4 +++ b/tools/yabridgectl/src/actions.rs
5 @@ -712,13 +712,6 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
6 // be the case if we get to this point though.
7 verify_path_setup(config)?;
9 - // This check is only performed once per combination of Wine and yabridge versions
10 - verify_wine_setup(config)?;
12 - // Yabridge uses notify-send to relay important information when something's very wrong, so
13 - // we'll check whether this is installed
14 - verify_external_dependencies()?;