diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-20 19:15:09 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-20 19:15:09 +0800 |
commit | f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb (patch) | |
tree | 0382bb1e4cab624b9e80403de0e0379a92f97f15 /embed/ephy-embed-shell.h | |
parent | faf0c7c89a02f38e2272048ae6aa3ba3e11e5f63 (diff) | |
download | gsoc2013-epiphany-f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb.tar.gz gsoc2013-epiphany-f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb.tar.zst gsoc2013-epiphany-f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb.zip |
Remove EphyHistory from the repository. It's unused now.
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r-- | embed/ephy-embed-shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index 84b507fbc..97ec38a06 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -79,8 +79,6 @@ GType ephy_embed_shell_get_type (void); EphyEmbedShell *ephy_embed_shell_get_default (void); -GObject *ephy_embed_shell_get_global_history (EphyEmbedShell *shell); - GObject *ephy_embed_shell_get_global_history_service (EphyEmbedShell *shell); GObject *ephy_embed_shell_get_encodings (EphyEmbedShell *shell); |