aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Lbry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Lbry.cpp')
-rw-r--r--src/plugins/Lbry.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/Lbry.cpp b/src/plugins/Lbry.cpp
index 239a269..50da718 100644
--- a/src/plugins/Lbry.cpp
+++ b/src/plugins/Lbry.cpp
@@ -373,18 +373,6 @@ namespace QuickMedia {
return PluginResult::OK;
}
- std::unique_ptr<Page> LbryVideoPage::create_comments_page(Program*) {
- return nullptr;
- }
-
- std::unique_ptr<RelatedVideosPage> LbryVideoPage::create_related_videos_page(Program*) {
- return nullptr;
- }
-
- std::unique_ptr<Page> LbryVideoPage::create_channels_page(Program*, const std::string&) {
- return nullptr;
- }
-
// TODO: Support |max_height|. This can be done by gettin video source hash and checking for sd_hash and then resolution.
// If max_height is below max resolution height then choose the sd_hash version (replace hash in video stream with sd hash for the lower quality version)
std::string LbryVideoPage::get_download_url(int max_height) {