Revert "MediaRoster: Don't allow rosters without a BApplication"

This reverts commit f3c2f6665f.
This commit is contained in:
Dario Casalinuovo
2016-11-17 01:38:23 +01:00
parent b6d62e21b9
commit 34619a6fd7
+1 -1
View File
@@ -2302,7 +2302,7 @@ BMediaRoster::Roster(status_t* out_error)
BAutolock lock(sInitLocker);
if (be_app == NULL)
debugger("Warning! You should have a valid BApplication.");
TRACE("Warning! You should have a valid BApplication.");
if (!lock.IsLocked())
return NULL;