aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-27 21:52:49 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-28 01:34:52 +0800
commitfe909aa62629a5994dd643450b0de45e0e3f508d (patch)
tree4b76d85f09945b8d936bd58afbc69e30b8fa4bc6 /embed/ephy-embed-single.h
parent016b6995843919814f3768487ca161031d778d06 (diff)
downloadgsoc2013-epiphany-fe909aa62629a5994dd643450b0de45e0e3f508d.tar.gz
gsoc2013-epiphany-fe909aa62629a5994dd643450b0de45e0e3f508d.tar.zst
gsoc2013-epiphany-fe909aa62629a5994dd643450b0de45e0e3f508d.zip
ephy-embed-single: remove add-search-engine signal
It's not used anymore. If we ever reimplement this we can add it again.
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 00307e6a6..bb4ffc67e 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -67,11 +67,6 @@ struct _EphyEmbedSingleClass
gboolean (* handle_content) (EphyEmbedSingle *shell,
char *mime_type,
char *uri);
-
- gboolean (* add_search_engine) (EphyEmbedSingle *single,
- const char *url,
- const char *icon_url,
- const char *title);
};
GType ephy_embed_single_get_type (void);