diff options
| author | monsta <[email protected]> | 2014-11-25 21:34:56 +0300 | 
|---|---|---|
| committer | infirit <[email protected]> | 2014-12-08 21:46:03 +0100 | 
| commit | 3c712b1b86425d051f4e51b8fc457e9f8b2b7384 (patch) | |
| tree | 6569e93c8ad4b694abd1eeb60cdda6ab05373828 | |
| parent | fe2766c7a51edf69efd48b683eff2baac44c8bc8 (diff) | |
| download | atril-3c712b1b86425d051f4e51b8fc457e9f8b2b7384.tar.bz2 atril-3c712b1b86425d051f4e51b8fc457e9f8b2b7384.tar.xz  | |
removed some code that had no effect
| -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);  | 
