diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 1 |
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; |