summaryrefslogtreecommitdiff
path: root/components/lazyimage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/lazyimage.hpp')
-rw-r--r--components/lazyimage.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/lazyimage.hpp b/components/lazyimage.hpp
index 54282b5..31e727b 100644
--- a/components/lazyimage.hpp
+++ b/components/lazyimage.hpp
@@ -13,7 +13,6 @@ private:
bool OnDraw(const Cairo::RefPtr<Cairo::Context> &context);
bool m_needs_request = true;
- int m_idx;
std::string m_url;
int m_width;
int m_height;