- tmdb: cleanup from unused code

This commit is contained in:
svenhoefer
2016-08-09 17:48:56 +02:00
parent 34b03c246f
commit 81fa43435e
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;}