diff options
author | Wu Xiaotian <[email protected]> | 2019-01-29 17:50:46 +0800 |
---|---|---|
committer | Wu Xiaotian <[email protected]> | 2019-03-06 12:11:01 +0800 |
commit | 70a278d95023d368570b6285ae8e2c2e559220f0 (patch) | |
tree | 341d832e24a40760984793dc8bd5fede0df1fe0f /libdocument/ev-document.h | |
parent | 2b66cf239e0094f385df95eec313b2c0249acb91 (diff) | |
download | atril-wip/libgepub.tar.bz2 atril-wip/libgepub.tar.xz |
drop current epub supportwip/libgepub
Diffstat (limited to 'libdocument/ev-document.h')
-rw-r--r-- | libdocument/ev-document.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h index 6c492da8..cff3a00c 100644 --- a/libdocument/ev-document.h +++ b/libdocument/ev-document.h @@ -80,11 +80,6 @@ struct _EvDocument GObject base; EvDocumentPrivate *priv; - /* - * Since we can only access the members of this structure from the window frontend, - * we need a flag to detemine whether to replace the atril-view with a web-view. - */ - gboolean iswebdocument; }; struct _EvDocumentClass @@ -113,9 +108,6 @@ struct _EvDocumentClass gboolean (* get_backend_info)(EvDocument *document, EvDocumentBackendInfo *info); gboolean (* support_synctex) (EvDocument *document); - - void (* toggle_night_mode) (EvDocument *document,gboolean night); - void (*check_add_night_sheet)(EvDocument *document); }; GType ev_document_get_type (void) G_GNUC_CONST; @@ -182,8 +174,6 @@ EvMapping *ev_document_synctex_forward_search gint ev_rect_cmp (EvRectangle *a, EvRectangle *b); -void ev_document_toggle_night_mode (EvDocument *document,gboolean night); -void ev_document_check_add_night_sheet (EvDocument *document); #define EV_TYPE_RECTANGLE (ev_rectangle_get_type ()) struct _EvRectangle |