From 96c9ed391270347c4c7036179fd2815f679ca7cf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 23 Oct 2020 08:39:15 +0200 Subject: Kill program on read failure or callback returning non-0 value, fix potential crash --- plugins/Page.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Page.hpp') 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 -- cgit v1.2.3