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
|
b
|
void MythXML::GetChannelIcon( HTTPRequest *pRequest )
|
| 824 | 824 | |
| 825 | 825 | void MythXML::GetVideoArt( HTTPRequest *pRequest ) |
| 826 | 826 | { |
| 827 | | bool bDefaultPixmap = false; |
| 828 | | |
| 829 | 827 | pRequest->m_eResponseType = ResponseTypeFile; |
| 830 | 828 | |
| 831 | 829 | QString sId = pRequest->m_mapParams[ "Id" ]; |
| … |
… |
void MythXML::GetVideoArt( HTTPRequest *pRequest )
|
| 859 | 857 | |
| 860 | 858 | sFileName = query.value(0).toString(); |
| 861 | 859 | |
| 862 | | if (bDefaultPixmap) |
| 863 | | { |
| 864 | | return; |
| 865 | | } |
| 866 | | |
| 867 | 860 | // ---------------------------------------------------------------------- |
| 868 | 861 | // check to see if albumart image is already created. |
| 869 | 862 | // ---------------------------------------------------------------------- |