[DRM plugin] Remove dead code

Reviewed-By: Roman Gilg <subdiff@gmail.com>
This commit is contained in:
Rohan Garg 2017-05-18 16:00:50 +02:00 committed by Roman Gilg
parent e7e79124aa
commit b3247539e4

View file

@ -710,7 +710,6 @@ DrmSurfaceBuffer *DrmBackend::createBuffer(gbm_surface *surface)
{
DrmSurfaceBuffer *b = new DrmSurfaceBuffer(this, surface);
return b;
return nullptr;
}
#endif