diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Page.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Page.hpp b/plugins/Page.hpp index d8f1d05..2e85cad 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -35,7 +35,6 @@ namespace QuickMedia { // Mutually exclusive with |is_manga_images_page|, |is_image_board_thread_page| and |is_video_page| virtual bool is_single_page() const { return false; } virtual bool is_trackable() const { return false; } - // Mutually exclusive with |is_manga_images_page|, |is_image_board_thread_page| and |is_video_page| virtual bool is_lazy_fetch_page() const { return false; } // This is called both when first navigating to page and when going back to page |