tmdb: cleanup from unused code

Origin commit data
------------------
Branch: ni/coolstream
Commit: 81fa43435e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-09 (Tue, 09 Aug 2016)

Origin message was:
------------------
- tmdb: cleanup from unused code

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-09 17:48:56 +02:00
parent 68dcc923cd
commit bdf5ea68f9
2 changed files with 0 additions and 63 deletions

View File

@@ -24,7 +24,6 @@
#include <curl/easy.h>
#include <string>
#include <gui/components/cc.h>
typedef struct {
std::string epgtitle;
@@ -49,12 +48,8 @@ class cTmdb
{
private:
CURL *curl_handle;
CComponentsForm *form;
tmdbinfo minfo;
CFrameBuffer *frameBuffer;
int ox, oy, sx, sy, toph;
static size_t CurlWriteToString(void *ptr, size_t size, size_t nmemb, void *data);
std::string encodeUrl(std::string txt);
std::string decodeUrl(std::string url);
@@ -66,7 +61,6 @@ class cTmdb
public:
cTmdb(std::string epgtitle);
~cTmdb();
void exec();
std::string CreateEPGText();
std::string getTitle() { return minfo.epgtitle;}