summaryrefslogtreecommitdiff
path: root/nopacity.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-03-05 14:16:08 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-03-10 17:44:59 +0100
commit1d6f6a764e1e8b4f66476668828295418448eb7e (patch)
treed8056b2d626160aa9fb46625844f4f8936b23923 /nopacity.h
parentcb6c9ba9c25e4f265ea34a540e10e6735fbf6a99 (diff)
downloadskin-nopacity-1d6f6a764e1e8b4f66476668828295418448eb7e.tar.gz
skin-nopacity-1d6f6a764e1e8b4f66476668828295418448eb7e.tar.bz2
Simplify cImageCache
- Merge CreateCache(void) and CreateCacheDelayed(void) and move CreateCache() to cImageCache::cImageCache(). This allows a new instance of imgCache to be created after configuration changes. - Eliminate cImageCache::Reload() cImageCache::Reload() is no longer required.
Diffstat (limited to 'nopacity.h')
-rw-r--r--nopacity.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nopacity.h b/nopacity.h
index fc36af9..7652f7b 100644
--- a/nopacity.h
+++ b/nopacity.h
@@ -9,7 +9,6 @@ class cNopacityDisplayMenu;
class cNopacity : public cSkin {
private:
- bool init;
void ReloadCaches(void);
public:
cNopacity(void);