aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-03-02 04:18:06 +0800
committerXan Lopez <xan@src.gnome.org>2009-03-02 04:18:06 +0800
commit70e980e3b32b09be38bfbfd56c8f34ab6379ff3c (patch)
tree1727713a0d8a741bfd0bba4f61e688e3478c4690 /src
parent47ad1005ec007fc15b2ed83d78101a9785688afe (diff)
downloadgsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar
gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar.gz
gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar.bz2
gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar.lz
gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar.xz
gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar.zst
gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.zip
Remove ephy_embed_has_automatic_encoding, it's unused now.
svn path=/trunk/; revision=8833
Diffstat (limited to 'src')
-rw-r--r--src/ephy-encoding-dialog.c2
-rw-r--r--src/epiphany.defs6
2 files changed, 0 insertions, 8 deletions
diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c
index 0556a8813..e9283cfb8 100644
--- a/src/ephy-encoding-dialog.c
+++ b/src/ephy-encoding-dialog.c
@@ -127,8 +127,6 @@ sync_encoding_against_embed (EphyEncodingDialog *dialog)
g_list_free (rows);
}
- is_automatic = ephy_embed_has_automatic_encoding (embed);
-
button = ephy_dialog_get_control (EPHY_DIALOG (dialog), properties[AUTOMATIC_PROP].id);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), is_automatic);
diff --git a/src/epiphany.defs b/src/epiphany.defs
index ad5c8c06d..d0d5faaa7 100644
--- a/src/epiphany.defs
+++ b/src/epiphany.defs
@@ -1099,12 +1099,6 @@
(return-type "none")
)
-(define-method has_automatic_encoding
- (of-object "EphyEmbed")
- (c-name "ephy_embed_has_automatic_encoding")
- (return-type "gboolean")
-)
-
(define-method set_print_preview_mode
(of-object "EphyEmbed")
(c-name "ephy_embed_set_print_preview_mode")