diff options
Diffstat (limited to 'backend/epub')
| -rw-r--r-- | backend/epub/epub-document.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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); | 
