mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
Android: Remove redundant ReleaseHostDisplayResources()
This commit is contained in:
parent
0e59a14c82
commit
ad9081d050
|
@ -630,7 +630,6 @@ bool AndroidHostInterface::AcquireHostDisplay()
|
|||
if (!CreateHostDisplayResources())
|
||||
{
|
||||
ReportError("Failed to create host display resources");
|
||||
ReleaseHostDisplayResources();
|
||||
ReleaseHostDisplay();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue