Skip to content

Commit

Permalink
launch_media_server: Remove notifications handled elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerio committed Apr 3, 2016
1 parent c131229 commit a0b3904
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/kits/media/MediaDefs.cpp
Expand Up @@ -1414,8 +1414,6 @@ launch_media_server(bigtime_t timeout,
snooze(1000000);
}

progress_startup(50, progress, cookie);

status_t err = be_roster->Launch(B_MEDIA_SERVER_SIGNATURE);
if (err != B_OK)
return err;
Expand All @@ -1431,7 +1429,6 @@ launch_media_server(bigtime_t timeout,
if (messenger.IsValid()) {
messenger.SendMessage(&msg, &reply, 2000000, 2000000);
err = B_OK;
progress_startup(100, progress, cookie);
break;
}
}
Expand Down

0 comments on commit a0b3904

Please sign in to comment.