aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index c01b4b8..492003f 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -97,7 +97,6 @@ namespace QuickMedia {
void youtube_get_watch_history(BodyItems &history_items);
Json::Value load_video_history_json();
- Json::Value load_recommended_json();
private:
void init(Window parent_window);
void load_plugin_by_name(std::vector<Tab> &tabs, const char *start_dir, int &start_tab_index);
@@ -131,8 +130,6 @@ namespace QuickMedia {
// Returns PageType::EXIT if empty
PageType pop_page_stack();
-
- void save_recommendations_from_related_videos(const std::string &video_url, const std::string &video_title, const BodyItems &related_media_body_items);
private:
enum class UpscaleImageAction {
NO,