mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
parent
121456f05a
commit
22a077d0ed
1 changed files with 0 additions and 3 deletions
|
|
@ -108,8 +108,6 @@ static bool IsOmxSupported()
|
|||
return false;
|
||||
}
|
||||
|
||||
ScopedGfxFeatureReporter reporter("Stagefright", forceEnabled);
|
||||
|
||||
if (!forceEnabled) {
|
||||
nsCOMPtr<nsIGfxInfo> gfxInfo = services::GetGfxInfo();
|
||||
if (gfxInfo) {
|
||||
|
|
@ -124,7 +122,6 @@ static bool IsOmxSupported()
|
|||
}
|
||||
}
|
||||
|
||||
reporter.SetSuccessful();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue