summaryrefslogtreecommitdiff
path: root/backend/epub/epub-document.h
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-01-29 17:50:46 +0800
committerWu Xiaotian <[email protected]>2019-03-06 12:11:01 +0800
commit70a278d95023d368570b6285ae8e2c2e559220f0 (patch)
tree341d832e24a40760984793dc8bd5fede0df1fe0f /backend/epub/epub-document.h
parent2b66cf239e0094f385df95eec313b2c0249acb91 (diff)
downloadatril-wip/libgepub.tar.bz2
atril-wip/libgepub.tar.xz
drop current epub supportwip/libgepub
Diffstat (limited to 'backend/epub/epub-document.h')
-rw-r--r--backend/epub/epub-document.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/backend/epub/epub-document.h b/backend/epub/epub-document.h
deleted file mode 100644
index b1120ec7..00000000
--- a/backend/epub/epub-document.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef __EPUB_DOCUMENT_H__
-#define __EPUB_DOCUMENT_H__
-
-#define _GNU_SOURCE
-#include "ev-document.h"
-
-G_BEGIN_DECLS
-
-#define EPUB_TYPE_DOCUMENT (epub_document_get_type ())
-#define EPUB_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPUB_TYPE_DOCUMENT, EpubDocument))
-#define EPUB_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EPUB_TYPE_DOCUMENT))
-
-typedef struct _EpubDocument EpubDocument;
-
-GType epub_document_get_type (void) G_GNUC_CONST;
-
-G_MODULE_EXPORT GType register_atril_backend (GTypeModule *module);
-
-G_END_DECLS
-
-#endif /* __EPUB_DOCUMENT_H__ */