aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-09-02 07:45:24 +0800
committerXan Lopez <xan@igalia.com>2012-09-02 07:48:39 +0800
commit4f81935681945df5883f59a218bfb7ea3b29a1d8 (patch)
tree74387d9226906f1472b97450803f6e4d71a3ce9a /src/ephy-session.h
parent101f994eaf982cf39ab2f66aa72f4725e38732f1 (diff)
downloadgsoc2013-epiphany-4f81935681945df5883f59a218bfb7ea3b29a1d8.tar
gsoc2013-epiphany-4f81935681945df5883f59a218bfb7ea3b29a1d8.tar.gz
gsoc2013-epiphany-4f81935681945df5883f59a218bfb7ea3b29a1d8.tar.bz2
gsoc2013-epiphany-4f81935681945df5883f59a218bfb7ea3b29a1d8.tar.lz
gsoc2013-epiphany-4f81935681945df5883f59a218bfb7ea3b29a1d8.tar.xz
gsoc2013-epiphany-4f81935681945df5883f59a218bfb7ea3b29a1d8.tar.zst
gsoc2013-epiphany-4f81935681945df5883f59a218bfb7ea3b29a1d8.zip
ephy-session: do not restore tool windows
These windows will lose relevance and disappear gradually, and it does not really make that much sense to restore them with the session now that this happens automatically. https://bugzilla.gnome.org/show_bug.cgi?id=682966
Diffstat (limited to 'src/ephy-session.h')
-rw-r--r--src/ephy-session.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h
index 59741a272..c083ab3d8 100644
--- a/src/ephy-session.h
+++ b/src/ephy-session.h
@@ -88,12 +88,6 @@ void ephy_session_close (EphySession *session);
GList *ephy_session_get_windows (EphySession *session);
-void ephy_session_add_window (EphySession *session,
- GtkWindow *window);
-
-void ephy_session_remove_window (EphySession *session,
- GtkWindow *window);
-
void ephy_session_queue_command (EphySession *session,
EphySessionCommand op,
const char *arg,