summaryrefslogtreecommitdiff
path: root/libdocument/ev-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-document.h')
-rw-r--r--libdocument/ev-document.h10
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