From 50afa93c577bed3eb9911d141d46f2e0d3ba2572 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 30 Apr 2021 21:04:47 +0200 Subject: Add 4chan file upload --- src/Body.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Body.cpp') 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; -- cgit v1.2.3