diff options
| author | louis <louis.braun@gmx.de> | 2014-12-06 10:15:25 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-12-06 10:15:25 +0100 |
| commit | 997ab6c06c5cc06f2778a7a609a4268660ae4a51 (patch) | |
| tree | 72d58f21af30170c65d269bc1f9d7c640b13dbe7 /libcore/imagecache.h | |
| parent | 974ca74366af7ab022c1fb79c4d36e1e0b4e4d14 (diff) | |
| download | vdr-plugin-skindesigner-997ab6c06c5cc06f2778a7a609a4268660ae4a51.tar.gz vdr-plugin-skindesigner-997ab6c06c5cc06f2778a7a609a4268660ae4a51.tar.bz2 | |
Revert "drawing ellipses antialiased with Cairo"
This reverts commit 7ce445025e10bf4eb0c4066907e588039c09f1ad.
Diffstat (limited to 'libcore/imagecache.h')
| -rw-r--r-- | libcore/imagecache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h index 4a26710..95148b2 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -30,9 +30,6 @@ public: //skinparts void CacheSkinpart(string path, int width, int height); cImage *GetSkinpart(string name, int width, int height); - //Cairo Images - void CacheEllipse(int id, int width, int height, tColor color, int quadrant); - cImage *GetEllipse(int id, int width, int height, tColor color, int quadrant); //helpers void Clear(void); void Debug(bool full); @@ -49,7 +46,6 @@ private: map<string, cImage*> iconCache; map<string, cImage*> channelLogoCache; map<string, cImage*> skinPartsCache; - map<int, cImage*> cairoImageCache; bool LoadIcon(eImageType type, string name); bool LoadLogo(const cChannel *channel); bool LoadSeparatorLogo(string name); |
