[DRM plugin] Remove dead code
Reviewed-By: Roman Gilg <subdiff@gmail.com>
This commit is contained in:
parent
e7e79124aa
commit
b3247539e4
1 changed files with 0 additions and 1 deletions
|
@ -710,7 +710,6 @@ DrmSurfaceBuffer *DrmBackend::createBuffer(gbm_surface *surface)
|
|||
{
|
||||
DrmSurfaceBuffer *b = new DrmSurfaceBuffer(this, surface);
|
||||
return b;
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue