Fix build: remove call to removed method
This backend absolutely does not make sense to use on anything resembling a "desktop computer" as bshah explained to me. Still, I somehow have the corresponding optional dependencies installed and so I triggered the problem. Reviewed-By: bshah
This commit is contained in:
parent
3dd36e41f0
commit
f3a9daaa4f
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ EglHwcomposerBackend::EglHwcomposerBackend(HwcomposerBackend *backend)
|
|||
{
|
||||
// EGL is always direct rendering
|
||||
setIsDirectRendering(true);
|
||||
setBlocksForRetrace(true);
|
||||
}
|
||||
|
||||
EglHwcomposerBackend::~EglHwcomposerBackend()
|
||||
|
|
Loading…
Reference in a new issue