summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embed/ephy-embed-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 504cb2742..032f5112e 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -932,11 +932,13 @@ ephy_embed_shell_startup (GApplication *application)
(WebKitURISchemeRequestCallback)pdf_request_cb,
shell, NULL);
+#if 0
/* reader mode handler */
priv->reader_handler = ephy_reader_handler_new ();
webkit_web_context_register_uri_scheme (priv->web_context, EPHY_READER_SCHEME,
(WebKitURISchemeRequestCallback)reader_request_cb,
shell, NULL);
+#endif
/* ephy-resource handler */
webkit_web_context_register_uri_scheme (priv->web_context, "ephy-resource",