aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-encoding-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-encoding-menu.c')
-rw-r--r--src/ephy-encoding-menu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c
index 2b26d4fb7..14aa4e63c 100644
--- a/src/ephy-encoding-menu.c
+++ b/src/ephy-encoding-menu.c
@@ -186,11 +186,6 @@ update_encoding_menu_cb (GtkAction *dummy, EphyEncodingMenu *menu)
enc_node = ephy_encodings_get_node (p->encodings, encoding);
if (!EPHY_IS_NODE (enc_node))
{
- g_warning ("Encountered unknown encoding '%s'"
- ". Please file a bug at http://bugzilla.gnome.o"
- "rg/enter_bug.cgi?product=epiphany\n",
- encoding);
-
goto build_menu;
}