mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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