summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index fe42ba07b..0fb9129b0 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -157,18 +157,6 @@ ephy_embed_single_get_language_groups (EphyEmbedSingle *shell,
}
gresult
-ephy_embed_single_get_font_list (EphyEmbedSingle *shell,
- const char *langGroup,
- const char *fontType,
- GList **fontList,
- char **default_font)
-{
- EphyEmbedSingleClass *klass = EPHY_EMBED_SINGLE_GET_CLASS (shell);
- return klass->get_font_list (shell, langGroup, fontType, fontList,
- default_font);
-}
-
-gresult
ephy_embed_single_list_cookies (EphyEmbedSingle *shell,
GList **cookies)
{