Skip to content

Commit

Permalink
Remove dead code from MythEGLDMABUF::CreateTextures.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Nov 23, 2019
1 parent 25227da commit 6842bf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythtv/opengl/mythegldmabuf.cpp
Expand Up @@ -236,7 +236,4 @@ vector<MythVideoTexture*> MythEGLDMABUF::CreateTextures(AVDRMFrameDescriptor* De
return CreateComposed(Desc, Context, Frame);
// X layers with one plane each
return CreateSeparate(Desc, Context, Frame);

LOG(VB_PLAYBACK, LOG_ERR, LOC + "Unknown DRM frame format");
return result;
}

0 comments on commit 6842bf2

Please sign in to comment.