lcd4l: use GetLogoName() function from pictureviewer

Origin commit data
------------------
Commit: 3db180f75b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- lcd4l: use GetLogoName() function from pictureviewer
This commit is contained in:
vanhofen
2018-12-18 00:19:35 +01:00
parent 50dd8ff34c
commit b6f8067656
2 changed files with 7 additions and 48 deletions

View File

@@ -66,7 +66,6 @@ class CLCD4l
uint64_t GetParseID();
bool CompareParseID(uint64_t &i_ParseID);
bool GetLogoName(uint64_t channel_id, std::string channel_name, std::string & logo);
std::string hexStr(unsigned char* data);
void strReplace(std::string &orig, const std::string &fstr, const std::string &rstr);