summaryrefslogtreecommitdiff
path: root/components/lazyimage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-01-17 22:50:55 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-01-17 22:50:55 -0500
commit744e42892d3da3247df4e04f0d97e93e6d50799a (patch)
treebbdc4a58785de6fd54f237edec2c71c7523a5c4f /components/lazyimage.hpp
parent3f6024ddf213b83cf0c815b68f8ad8de3f3afa44 (diff)
downloadabaddon-portaudio-744e42892d3da3247df4e04f0d97e93e6d50799a.tar.gz
abaddon-portaudio-744e42892d3da3247df4e04f0d97e93e6d50799a.zip
cleanup
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;