[epiphany] web-view: Remove bogus comment



commit d6f14c45a24bec558f29af77054bcb16a84c1337
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 12 22:32:03 2017 -0600

    web-view: Remove bogus comment

 embed/ephy-web-view.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 60c2a56..e2eb734 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -988,11 +988,6 @@ ephy_web_view_constructed (GObject *object)
   if (G_OBJECT_CLASS (ephy_web_view_parent_class)->constructed)
     G_OBJECT_CLASS (ephy_web_view_parent_class)->constructed (object);
 
-  /* Use full content zooming by default */
-  /* FIXME: we could make this configurable through GSettings, or have
-   * different keys for text and full content zooming. AFAIK you can
-   * have both enabled at the same time in WebKit now (although our
-   * API does not reflect this atm). See r67274 in WebKit. */
   g_signal_emit_by_name (ephy_embed_shell_get_default (), "web-view-created", object);
 
   g_signal_connect (object, "web-process-crashed",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]