mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- tmdb: cleanup from unused code
This commit is contained in:
@@ -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;}
|
||||
|
Reference in New Issue
Block a user