diff options
Diffstat (limited to 'src/ephy-session.h')
-rw-r--r-- | src/ephy-session.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h index 392c0612b..fc754126f 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -86,10 +86,6 @@ gboolean ephy_session_load_from_string (EphySession *session, void ephy_session_close (EphySession *session); -GList *ephy_session_get_windows (EphySession *session); - -gboolean ephy_session_close_all_windows (EphySession *session); - void ephy_session_queue_command (EphySession *session, EphySessionCommand op, const char *arg, |