lcd4linux: use to_string() function from helpers.cpp

Origin commit data
------------------
Commit: 48e5d1d7ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-24 (Tue, 24 May 2016)

Origin message was:
------------------
- lcd4linux: use to_string() function from helpers.cpp
This commit is contained in:
vanhofen
2016-05-24 09:32:24 +02:00
parent cc8424f741
commit e462129c2b
2 changed files with 5 additions and 13 deletions

View File

@@ -79,7 +79,6 @@ class CLCD4l
bool CompareParseID(uint64_t &i_ParseID);
bool GetLogoName(uint64_t channel_id, std::string channel_name, std::string & logo);
std::string Int2String(int iconvert);
std::string hexStr(unsigned char* data);
void strReplace(std::string & orig, const char *fstr, const std::string rstr);
bool WriteFile(const char *file, std::string content = "", bool convert = false);