Deals with dead code defects in the mythbackend code

From: Erik Hovland <erik@hovland.org>


---

 mythtv/programs/mythbackend/mythxml.cpp |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/mythtv/programs/mythbackend/mythxml.cpp b/mythtv/programs/mythbackend/mythxml.cpp
index d55c2ba..0108bf7 100644
--- a/mythtv/programs/mythbackend/mythxml.cpp
+++ b/mythtv/programs/mythbackend/mythxml.cpp
@@ -824,8 +824,6 @@ void MythXML::GetChannelIcon( HTTPRequest *pRequest )
 
 void MythXML::GetVideoArt( HTTPRequest *pRequest )
 {
-    bool bDefaultPixmap = false;
-
     pRequest->m_eResponseType   = ResponseTypeFile;
     
     QString sId =  pRequest->m_mapParams[ "Id"  ];
@@ -859,11 +857,6 @@ void MythXML::GetVideoArt( HTTPRequest *pRequest )
 
     sFileName = query.value(0).toString();
 
-    if (bDefaultPixmap)
-    {
-        return;
-    }
-
     // ----------------------------------------------------------------------
     // check to see if albumart image is already created.
     // ----------------------------------------------------------------------
