aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index aa8d1d6..be9d1fd 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -50,7 +50,6 @@ namespace QuickMedia {
BodyItem& BodyItem::operator=(BodyItem &other) {
url = other.url;
thumbnail_url = other.thumbnail_url;
- attached_content_url = other.attached_content_url;
visible = other.visible;
dirty = other.dirty;
dirty_description = other.dirty_description;