From 6842bf286344c4dc2e6d185c0ad3d798a019eb55 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sun, 17 Nov 2019 15:29:30 -0500 Subject: [PATCH] Remove dead code from MythEGLDMABUF::CreateTextures. --- mythtv/libs/libmythtv/opengl/mythegldmabuf.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mythtv/libs/libmythtv/opengl/mythegldmabuf.cpp b/mythtv/libs/libmythtv/opengl/mythegldmabuf.cpp index 277c358c022..c6d074502be 100644 --- a/mythtv/libs/libmythtv/opengl/mythegldmabuf.cpp +++ b/mythtv/libs/libmythtv/opengl/mythegldmabuf.cpp @@ -236,7 +236,4 @@ vector 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; }