aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-30 21:04:47 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-30 21:18:06 +0200
commit50afa93c577bed3eb9911d141d46f2e0d3ba2572 (patch)
treef910aa9617bca27435325fb72eec36d8e9aea808 /include
parent47bb22a4aee886deb54ca432bdb14747bf2e9160 (diff)
Add 4chan file upload
Diffstat (limited to 'include')
-rw-r--r--include/Body.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index 58e1414..39ad19d 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -127,7 +127,6 @@ namespace QuickMedia {
// TODO: Use a list of strings instead, not all plugins need all of these fields
std::string url;
std::string thumbnail_url;
- std::string attached_content_url; // TODO: Remove and use |url| instead
bool visible;
bool dirty;
bool dirty_description;