From 3c712b1b86425d051f4e51b8fc457e9f8b2b7384 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 25 Nov 2014 21:34:56 +0300 Subject: removed some code that had no effect --- backend/epub/epub-document.c | 1 - 1 file changed, 1 deletion(-) (limited to 'backend') diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c index 8651d029..77e3c683 100644 --- a/backend/epub/epub-document.c +++ b/backend/epub/epub-document.c @@ -1542,7 +1542,6 @@ epub_document_toggle_night_mode(EvDocument *document,gboolean night) static gchar* epub_document_set_document_title(gchar *containeruri) { - gchar *contentfilename = g_filename_from_uri(containeruri, NULL, NULL); open_xml_document(containeruri); gchar *doctitle; set_xml_root_node(NULL); -- cgit v1.2.1