aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-shell.h
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-30 02:19:40 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-30 02:21:49 +0800
commiteddaae421e4e38d8124f659b1bd8ff65162247e4 (patch)
tree36284854d06f04d3c4609d00a2448c5c1ec8b65a /embed/ephy-embed-shell.h
parent5b3154f5ddb95f162389340b178d6fc51b3a3bd7 (diff)
downloadgsoc2013-epiphany-eddaae421e4e38d8124f659b1bd8ff65162247e4.tar.gz
gsoc2013-epiphany-eddaae421e4e38d8124f659b1bd8ff65162247e4.tar.zst
gsoc2013-epiphany-eddaae421e4e38d8124f659b1bd8ff65162247e4.zip
Use GtkApplication's window tracking for EphyWindow too
Instead of our own home-grown system. I think we should subclass window_added in GtkApplication and do there the session & state stuff and get rid of ephy_session_add_window and ephy_state_add_window.
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r--embed/ephy-embed-shell.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index c91dc9d80..02eaf43a8 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.h
@@ -103,10 +103,6 @@ void ephy_embed_shell_remove_download (EphyEmbedShell *shell,
gboolean ephy_embed_shell_is_private_instance (EphyEmbedShell *shell);
-/* Private API */
-void _ephy_embed_shell_track_object (EphyEmbedShell *shell,
- GObject *object);
-
G_END_DECLS
#endif /* !EPHY_EMBED_SHELL_H */