summaryrefslogtreecommitdiff
path: root/libdocument/ev-document-thumbnails.c
diff options
context:
space:
mode:
authorrootavish <[email protected]>2014-07-19 22:18:40 +0530
committerrootavish <[email protected]>2014-07-19 22:18:40 +0530
commite0535b0e61cc56ec62d32518c03a42836f5256e6 (patch)
treeb3e64eb8c4d3043f291ff32974f7a12c6139c81a /libdocument/ev-document-thumbnails.c
parent46fce038996fa84784df775d0b2e941228388b66 (diff)
downloadatril-e0535b0e61cc56ec62d32518c03a42836f5256e6.tar.bz2
atril-e0535b0e61cc56ec62d32518c03a42836f5256e6.tar.xz
Moving all webkit tasks to main loop jobs
Diffstat (limited to 'libdocument/ev-document-thumbnails.c')
-rw-r--r--libdocument/ev-document-thumbnails.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libdocument/ev-document-thumbnails.c b/libdocument/ev-document-thumbnails.c
index 61eb2fe8..65248683 100644
--- a/libdocument/ev-document-thumbnails.c
+++ b/libdocument/ev-document-thumbnails.c
@@ -59,15 +59,4 @@ ev_document_thumbnails_get_dimensions (EvDocumentThumbnails *document,
iface = EV_DOCUMENT_THUMBNAILS_GET_IFACE (document);
iface->get_dimensions (document, rc, width, height);
-}
-
-GtkWidget*
-ev_document_thumbnails_get_webview_with_rendered_document(EvDocumentThumbnails *document,
- gchar *webpageuri)
-{
- EvDocumentThumbnailsInterface *iface;
- g_return_val_if_fail (EV_IS_DOCUMENT_THUMBNAILS (document),NULL);
-
- iface = EV_DOCUMENT_THUMBNAILS_GET_IFACE(document);
- return iface->render_in_webview(webpageuri);
} \ No newline at end of file