diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 707f32532..5b3dad0dd 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -431,8 +431,6 @@ main (int argc, exit (0); } - ephy_file_load_accels (); - /* Now create the shell */ if (private_instance) mode = EPHY_EMBED_SHELL_MODE_PRIVATE; @@ -489,7 +487,6 @@ main (int argc, if (notify_is_initted ()) notify_uninit (); - ephy_file_save_accels (); ephy_state_save (); ephy_embed_prefs_shutdown (); ephy_settings_shutdown (); |