summaryrefslogtreecommitdiff
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-10-08 18:23:30 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-10-08 18:26:51 -0500
commitc0d2df525d68cdb64d77917a01aef0076af8a0a1 (patch)
tree87ea7d70f204ed626b6e3a4fe91e29f721fe1b29 /src/ephy-main.c
parent263c6d92a3ff033369f73cd989d214d3b974b104 (diff)
downloadepiphany-c0d2df525d68cdb64d77917a01aef0076af8a0a1.tar.gz
Remove ephy-initial-state and kill EphyNode
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 7623a8221..7079adec6 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -24,7 +24,6 @@
#include "ephy-debug.h"
#include "ephy-file-helpers.h"
-#include "ephy-initial-state.h"
#include "ephy-private.h"
#include "ephy-profile-utils.h"
#include "ephy-session.h"
@@ -436,7 +435,6 @@ main (int argc,
if (notify_is_initted ())
notify_uninit ();
- ephy_initial_state_save ();
ephy_settings_shutdown ();
ephy_file_helpers_shutdown ();
xmlCleanupParser ();